Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f1dee8

Browse files
author
ky
committed
add to network::http::request_header/response_header typedef string_type (for header concept)
1 parentf77a94f commit2f1dee8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎include/network/protocol/http/message/header.hpp‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ namespace network {
2424
namespacehttp {
2525

2626
structrequest_header {
27+
typedef std::string string_type;
2728
std::string name, value;
2829
};
2930

@@ -33,6 +34,7 @@ inline void swap(request_header & l, request_header & r) {
3334
}
3435

3536
structresponse_header {
37+
typedef std::string string_type;
3638
std::string name, value;
3739
};
3840

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp