| Class | Headers |
Stores HTTP headers in a key and multiple value format. |
| Function | _dashCapitalize |
Return a byte string which is capitalized using '-' as a word separator. |
| Function | _sanitizeLinearWhitespace |
Replace linear whitespace (\n, \r\n, \r) in a header key or value with a single space. |
| Constant | _T |
Undocumented |
| Parameters | |
name:bytes | The name of the header to capitalize. |
| Returns | |
bytes | The given header capitalized using '-' as a word separator. |