Expand description
HTTP request utilities: HTTP header related.
Structs§
- Binary
KeyWrapper - Wrapper for binary key, though you have to make sure the key is valid (with
-binsuffix).
Traits§
- Header
Ascii KeyT - Trait helper for managing HTTP header keys.
- Header
Binary KeyT - Trait helper for managing HTTP header keys.
- Header
KeyT - Trait helper for managing HTTP header keys.
- Header
MapExtT - Trait for extending
http::HeaderMap’s methods.