pub type HttpRequest = Request<Body>;
Requires http feature. Type alias for http::Request<worker::Body>.
http
http::Request<worker::Body>
struct HttpRequest { /* private fields */ }