pub type HttpRequest = Request<HttpBody>;Expand description
Specialized HTTP request that uses the HttpBody type for the body.
This is a type alias for Request<HttpBody>.
Aliased Type§
pub struct HttpRequest { /* private fields */ }pub type HttpRequest = Request<HttpBody>;Specialized HTTP request that uses the HttpBody type for the body.
This is a type alias for Request<HttpBody>.
pub struct HttpRequest { /* private fields */ }