Skip to content

Commit 2f12a61

Browse files
committed
[FOLD]
1 parent 257020d commit 2f12a61

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

doc/modules/ROOT/pages/1.intro.adoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,20 @@ appropriate action to ensure RFC compliance:
6262
[literal]
6363
https://tools.ietf.org/html/rfc7230#section-6.1[*Connection*]
6464
https://tools.ietf.org/html/rfc7230#appendix-A.1.2[*Proxy-Connection*]
65-
|
65+
|This field lets the sender specify control options for the current connection.
66+
Typical values include close, keep-alive, and upgrade.
6667

6768
|https://tools.ietf.org/html/rfc7230#section-3.3.2[*Content-Length*]
68-
|
69+
|When present, this field tells the recipient the exact size of the message
70+
body, measured in bytes, that follows the header.
6971

7072
|https://tools.ietf.org/html/rfc7230#section-3.3.1[*Transfer-Encoding*]
71-
|
73+
|This optional field specifies the sequence of transfer codings that have been,
74+
or will be, applied to the content payload to produce the message body.
75+
76+
The library supports the chunked, gzip, deflate, and brotli encoding schemes,
77+
in any valid combination. Encodings can be automatically applied or removed
78+
as needed by the caller.
7279

7380
|https://tools.ietf.org/html/rfc7230#section-6.7[*Upgrade]
7481
|

0 commit comments

Comments
 (0)