Struct tiny_http::HeaderField [] [src]

pub struct HeaderField(_);

Field of a header (eg. Content-Type, Content-Length, etc.)

Comparaison between two HeaderFields ignores case.

Methods

impl HeaderField
[src]

Trait Implementations

impl Debug for HeaderField
[src]

Formats the value using the given formatter.

impl Clone for HeaderField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for HeaderField
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for HeaderField
[src]

Formats the value using the given formatter.

impl PartialEq for HeaderField
[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 HeaderField
[src]