[][src]Module http_types::content

HTTP Content headers.

These headers are used for "content negotiation": the client shares information about which content it prefers, and the server responds by sharing which content it's chosen to share. This enables clients to receive resources with the best available compression, in the preferred language, and more.

Modules

accept_encoding

Client header advertising available compression algorithms.

content_encoding

Specify the compression algorithm.

Structs

AcceptEncoding

Client header advertising available compression algorithms.

ContentEncoding

Specify the compression algorithm.

ContentLength

The size of the entity-body, in bytes, sent to the recipient.

ContentLocation

Indicates an alternate location for the returned data.

EncodingProposal

A proposed Encoding in AcceptEncoding.

Enums

Encoding

Available compression algorithms.