Expand description
§headers-core
This is the core crate of the typed HTTP headers system, providing only the relevant traits. All actual header implementations are in other crates.
Modules§
- header
 - HTTP header types
 
Structs§
- Error
 - Errors trying to decode a header.
 - Header
Name  - Represents an HTTP header field name
 - Header
Value  - Represents an HTTP header field value.
 
Enums§
- Kind 🔒
 
Traits§
- Header
 - A trait for any object that will represent a header field and value.