Module fire_http_representation::header[][src]

Structs

ContentType

Http ContentType header combining mime and charset.

HeaderValues

Contains all http header values.

RequestHeader

RequestHeader received from a client.

ResponseHeader

ResponseHeader created from a server.

ResponseHeaderBuilder

A build to create a ResponseHeader.

Uri

Contains a request uri.

Enums

AnyMime

Holds a Mime or a String containing a mime type.

Charset

A list of charset’s that can be used.

Method

An enum of all possible http methods.

Mime

A list of the most important mime types.

StatusCode

An enum of all possible http status codes.

Version

An enum of the most used http versions.

Traits

IntoHeaderValue

Converts a value into a HeaderValue.