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