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