Http types for the fire http crate.
At the moment these types are more suitable for server implementations than for clients.
Adds json serialization and deserialization support for the Body type and the HeaderValues.
Body
HeaderValues
pub use body::Body;
pub use request::Request;
pub use response::Response;
pub use http;