module documentation
An API for storing HTTP header names and values.
Class |
|
Stores HTTP headers in a key and multiple value format. |
Exception |
|
HTTP header names must be tokens, per RFC 9110 section 5.1. |
Class | _ |
_NameEncoder converts HTTP header names to bytes and canonicalizies their capitalization. |
Function | _sanitize |
Replace linear whitespace (\n, \r\n, \r) in a header value with a single space. |
Type Variable | _T |
Undocumented |
Variable | _name |
The global name encoder. |