pub type HttpRaw<'a> = Request<'a, HyperHttpProtocol, (), ()>;
pub struct HttpRaw<'a> { /* private fields */ }