pub type Request<B = Body> = Request<B>;
Alias for http::Request with a defaulted body type.
http::Request
pub struct Request<B = Body> { /* private fields */ }