Module actix_web::http::header[][src]

Various http headers

Re-exports

pub use modhttp::header::*;

Structs

ContentDisposition

A Content-Disposition header, (re)defined in RFC6266.

ExtendedValue

An extended header parameter value (i.e., tagged with a character set and optionally, a language), as defined in RFC 5987.

LanguageTag

A language tag as described in BCP47.

Enums

Charset

A Mime charset.

ContentEncoding

Represents supported types of content encodings

DispositionParam

A parameter to the disposition type.

DispositionType

The implied disposition of the content of the HTTP body.

Functions

http_percent_encode

Percent encode a sequence of bytes with a character set defined in https://tools.ietf.org/html/rfc5987#section-3.2

parse_extended_value

Parses extended header parameter values (ext-value), as defined in RFC 5987.