titan-http 0.4.2

Base http structs for titan
Documentation
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]>>;