Crate headers_core

Source
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.
HeaderName
Represents an HTTP header field name
HeaderValue
Represents an HTTP header field value.

Traits§

Header
A trait for any object that will represent a header field and value.