Skip to main content

Module headers

Module headers 

Source
Expand description

Typed HTTP headers to be used with http crate.

Structs§

ContentType
Content-Type header.
ETag
ETag header.
IfModifiedSince
Last-Modified header.
IfNoneMatch
If-None-Match header.
LastModified
Last-Modified header.

Traits§

Header
A trait for any type which represents an HTTP header.
HeaderMapExt
An extension trait adding convenience methods to use typed headers.