pub type Response = Response<Option<Vec<u8>>>;
Expand description
Client response type.
Aliased Type§
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.