pub type Response = Response<Option<Vec<u8>>>;
Expand description
Client response type.
Aliased Type§
pub struct Response { /* private fields */ }
Trait Implementations§
Source§impl<'h, 'b: 'h> FromHttparse<Response<'h, 'b>> for Response
impl<'h, 'b: 'h> FromHttparse<Response<'h, 'b>> for Response
Source§fn from_httparse(raw: Response<'h, 'b>) -> Result<Self>
fn from_httparse(raw: Response<'h, 'b>) -> Result<Self>
Convert raw object into parsed HTTP headers.