pub type YetiRequest = Request<Bytes>;Expand description
The canonical Yeti request — http::Request<Bytes> — for protocol-edge
services. The router peels this apart into a Context before invoking
the middleware pipeline.
Aliased Type§
pub struct YetiRequest { /* private fields */ }