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

pub struct Response<'a> {
    pub status_line: StatusLine<'a>,
    pub headers: Vec<Header<'a>>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.