Skip to content

Commit a9e900a

Browse files
committed
[FOLD]
1 parent 8b9c845 commit a9e900a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@ request:
113113

114114
|
115115
[source,cpp]
116+
----
116117
request req( method::get, "/index.htm", version::http_1_1 );
117118
req.append( field::accept, "text/html" );
118119
req.append( "User-Agent", "Boost" );
119-
120+
----
120121
|
121122
[literal]
122123
GET /index.htm HTTP/1.1\r\n

0 commit comments

Comments
 (0)