pub type Request = Request<Vec<u8>>;
A type alias for http::RequestVec<u8>
http::RequestVec<u8>
pub struct Request { /* private fields */ }