File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- * xref:1.intro .adoc[]
1+ * xref:1.primer .adoc[]
22* xref:sans_io_philosophy.adoc[]
33* xref:http_protocol_basics.adoc[]
44* xref:header_containers.adoc[]
Original file line number Diff line number Diff line change 77// Official repository: https://github.com/cppalliance/buffers
88//
99
10- = Primer
10+ = HTTP Primer
1111
1212HTTP is a stream-oriented protocol between two connected programs: one acting
1313as the client, the other as the server. While the connection is open, the client
@@ -82,8 +82,7 @@ appropriate action to ensure RFC compliance:
8282|===
8383|Field|Description
8484
85- |[literal]
86- https://tools.ietf.org/html/rfc7230#section-6.1[*Connection*]
85+ |https://tools.ietf.org/html/rfc7230#section-6.1[*Connection*]
8786https://tools.ietf.org/html/rfc7230#appendix-A.1.2[*Proxy-Connection*]
8887|This field lets the sender specify control options for the current connection.
8988Typical values include close, keep-alive, and upgrade.
Original file line number Diff line number Diff line change 1+ //
2+ // Copyright (c) 2023 Vinnie Falco (vinnie.falco@gmail.com)
3+ //
4+ // Distributed under the Boost Software License, Version 1.0. (See accompanying
5+ // file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
6+ //
7+ // Official repository: https://github.com/cppalliance/http_proto
8+ //
9+
10+ = Headers
11+
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments