Skip to content

Commit c828bc6

Browse files
committed
[FOLD]
1 parent dd62c8c commit c828bc6

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

doc/modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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[]
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Official repository: https://github.com/cppalliance/buffers
88
//
99

10-
= Primer
10+
= HTTP Primer
1111

1212
HTTP is a stream-oriented protocol between two connected programs: one acting
1313
as 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*]
8786
https://tools.ietf.org/html/rfc7230#appendix-A.1.2[*Proxy-Connection*]
8887
|This field lets the sender specify control options for the current connection.
8988
Typical values include close, keep-alive, and upgrade.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+

doc/modules/ROOT/pages/header_containers.adoc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)