pub type Request = Request<Body>;
Type alias for http::Requests with a fixed Body type
http::Request
Body
struct Request { /* private fields */ }