titan-http 0.4.2

Base http structs for titan
Documentation
mod method;
pub use method::*;

mod request;
pub use request::*;
mod response;
pub use response::*;

mod status;
pub use status::*;

pub mod variable;

pub use http::header;
pub use mime;

pub use http::uri;
pub use http::version;
pub use http::Extensions;

pub mod body;