Crate fire_http_representation

Source
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 body::Body;
pub use request::Request;
pub use response::Response;
pub use http;

Modules§

body
header
request
response