Struct async_http_client::Header [] [src]

pub struct Header { /* fields omitted */ }

Representation of a header.

For convenience, the header value is trimmed at parsing time (optional spaces are removed from the beginning and the end of the value).

Trait Implementations

impl PartialEq for Header
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Header
[src]

impl Debug for Header
[src]

Formats the value using the given formatter.

impl Display for Header
[src]

Formats the value using the given formatter. Read more