[][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.

Macros

data

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

Structs

Header

A generic HTTP/1.* header implementation

QueryString

A query string

RequestBuilder

A HTTP-response header builder

RequestHeader

A HTTP request header

ResponseBuilder

A HTTP-response header builder

ResponseHeader

A HTTP response header

Enums

HttpError

A http_header related error