pub type HttpRequest = Request<Body>;Expand description
Requires http feature. Type alias for http::Request<worker::Body>.
Aliased Type§
pub struct HttpRequest { /* private fields */ }Trait Implementations§
Source§impl FromRequest for HttpRequest
Available on crate feature http only.
impl FromRequest for HttpRequest
Available on crate feature
http only.