pub type Request = Request<Body>;
A type alias for HTTP requests with a custom Body type.
Body
pub struct Request { /* private fields */ }