Expand description

crates.io docs.rs

Http types for the fire http crate.

At the moment these types are more suitable for server implementations than for clients.

Features

json

Adds json serialization and deserialization support for the Body type and the HeaderValues.

Re-exports

pub use http;
pub use body::Body;
pub use request::Request;
pub use response::Response;

Modules