Struct sozu_lib::parser::http11::Header [] [src]

pub struct Header<'a> {
    pub name: &'a [u8],
    pub value: &'a [u8],
}

Fields

Methods

impl<'a> Header<'a>
[src]

Trait Implementations

impl<'a> PartialEq for Header<'a>
[src]

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

This method tests for !=.

impl<'a> Debug for Header<'a>
[src]

Formats the value using the given formatter.