pub type Request<T> = Request<T>;
A type alias for a hyper request.
hyper
pub struct Request<T> { /* private fields */ }