Crate headers_core[−][src]
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
| decode |
Decoding utilities. |
| encode |
Encoding utilities. |
| header |
HTTP header types |
Structs
| HeaderName |
Represents an HTTP header field name |
| HeaderValue |
Represents an HTTP header field value. |
| ToValues |
A builder to append |
| Values |
An iterator of |
Traits
| Header |
A trait for any object that will represent a header field and value. |
| HeaderMapExt |
An extension trait adding "typed" methods to |