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

HTTP header types

Structs

Errors trying to decode a header.
Represents an HTTP header field name
Represents an HTTP header field value.

Traits

A trait for any object that will represent a header field and value.
An extension trait adding “typed” methods to http::HeaderMap.