[][src]Module http_types::headers

HTTP headers.

Structs

HeaderName

A header name.

HeaderValue

A header value.

Headers

A collection of HTTP Headers.

IntoIter

An owning iterator over the entries of Headers.

Iter

Iterator over the headers.

IterMut

Iterator over the headers.

Names

Iterator over the headers.

Values

Iterator over the headers.

Constants

ACCESS_CONTROL_ALLOW_CREDENTIALS

The access-control-allow-credentials Header

ACCESS_CONTROL_ALLOW_HEADERS

The access-control-allow-headers Header

ACCESS_CONTROL_ALLOW_METHODS

The access-control-allow-methods Header

ACCESS_CONTROL_ALLOW_ORIGIN

The access-control-allow-origin Header

ACCESS_CONTROL_EXPOSE_HEADERS

The access-control-expose-headers Header

ACCESS_CONTROL_MAX_AGE

The access-control-max-age Header

ACCESS_CONTROL_REQUEST_HEADERS

The access-control-request-headers Header

ACCESS_CONTROL_REQUEST_METHOD

The access-control-request-method Header

CONTENT_LENGTH

The Content-Length Header

CONTENT_TYPE

The Content-Type Header

COOKIE

The Cookie Header

DATE

The Date Header

HOST

The Host Header

ORIGIN

The Origin Header

SET_COOKIE

The Set-Cookie Header

TRANSFER_ENCODING

The Transfer-Encoding Header

Traits

ToHeaderValues

A trait for objects which can be converted or resolved to one or more HeaderValues.