Expand description
Typed HTTP headers to be used with http crate.
Structs§
- Content
Type Content-Typeheader.- ETag
ETagheader.- IfModified
Since Last-Modifiedheader.- IfNone
Match If-None-Matchheader.- Last
Modified Last-Modifiedheader.
Traits§
- Header
- A trait for any type which represents an HTTP header.
- Header
MapExt - An extension trait adding convenience methods to use typed headers.