We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f12be2 commit 8b9c845Copy full SHA for 8b9c845
1 file changed
doc/modules/ROOT/pages/2.messages.adoc
@@ -108,13 +108,15 @@ https://tools.ietf.org/html/rfc7231#section-4.3.1[HTTP GET]
108
request:
109
110
[cols="1a,1a"]
111
+|===
112
|Code|Serialized Result
113
114
|
115
[source,cpp]
116
request req( method::get, "/index.htm", version::http_1_1 );
117
req.append( field::accept, "text/html" );
118
req.append( "User-Agent", "Boost" );
119
+
120
121
[literal]
122
GET /index.htm HTTP/1.1\r\n
0 commit comments