1 2 3 4 5
pub use http::request::Parts; mod parser_from_str; pub use parser_from_str::*; pub type Request = http::Request<Box<[u8]>>;