[][src]Crate http_header

Modules

data

A data implementation that ensures that it's bytes correspond to a particular encoding like UTF-8, ASCII etc.

header

A HTTP header implementation that can parse, create and serialize arbitrary HTTP/1.0 and HTTP/1.1 request and response headers.

Macros

data

A helper macro to convert a static $str into a Data-target using the TryInto-trait

Structs

QueryString

A query string

Enums

HttpError

A http related error