Module finchers::http [] [src]

Low level HTTP definitions from Hyper

Modules

header

Headers container, and common header fields.

mime

Structs

Body

A Stream for Chunks used in requests and responses.

Chunk

A piece of a message body.

Cookie

Representation of an HTTP cookie.

CookieManager
Cookies
Headers

A map of header fields on requests and responses.

Request

The value of incoming HTTP request

Response

An HTTP Response

Enums

HttpError

A set of errors that can occur parsing HTTP streams.

Method

The Request Method (VERB)

StatusCode

An HTTP status code (status-code in RFC 7230 et al.).

StringBodyError

Traits

FromBody

The conversion from received request body.

Header

A trait for any object that will represent a header field and value.

IntoBody

Conversion into the raw HTTP response body