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