Skip to content

Commit 8b9c845

Browse files
committed
[FOLD]
1 parent 7f12be2 commit 8b9c845

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

doc/modules/ROOT/pages/2.messages.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,15 @@ https://tools.ietf.org/html/rfc7231#section-4.3.1[HTTP GET]
108108
request:
109109

110110
[cols="1a,1a"]
111+
|===
111112
|Code|Serialized Result
112113

113114
|
114115
[source,cpp]
115116
request req( method::get, "/index.htm", version::http_1_1 );
116117
req.append( field::accept, "text/html" );
117118
req.append( "User-Agent", "Boost" );
119+
118120
|
119121
[literal]
120122
GET /index.htm HTTP/1.1\r\n

0 commit comments

Comments
 (0)