pub type HyperRequest = Request<BoxBody<Bytes, Error>>;
Represents the HTTP request from Hyper.
pub struct HyperRequest { /* private fields */ }