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

pub struct Request<'a> {
    pub request_line: RequestLine<'a>,
    pub headers: Vec<Header<'a>>,
}

Fields

Trait Implementations

impl<'a> PartialEq for Request<'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 Request<'a>
[src]

Formats the value using the given formatter.