titan_http/request/
mod.rs

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