Struct sozu_lib::parser::http11::Response [−][src]
pub struct Response<'a> {
pub status_line: StatusLine<'a>,
pub headers: Vec<Header<'a>>,
}Fields
status_line: StatusLine<'a>
headers: Vec<Header<'a>>
Trait Implementations
impl<'a> PartialEq for Response<'a>[src]
impl<'a> PartialEq for Response<'a>fn eq(&self, other: &Response<'a>) -> bool[src]
fn eq(&self, other: &Response<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Response<'a>) -> bool[src]
fn ne(&self, other: &Response<'a>) -> boolThis method tests for !=.
impl<'a> Debug for Response<'a>[src]
impl<'a> Debug for Response<'a>