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]
fn eq(&self, __arg_0: &Response<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Response<'a>) -> bool
This method tests for !=
.