module documentation
An API for storing HTTP header names and values.
| Class | |
Stores HTTP headers in a key and multiple value format. |
| Function | _dash |
Return a byte string which is capitalized using '-' as a word separator. |
| Function | _sanitize |
Replace linear whitespace (\n, \r\n, \r) in a header key or value with a single space. |
| Type Variable | _T |
Undocumented |
Return a byte string which is capitalized using '-' as a word separator.
| Parameters | |
name:bytes | The name of the header to capitalize. |
| Returns | |
bytes | The given header capitalized using '-' as a word separator. |