Crate chuchi_core

Source
Expand description

crates.io docs.rs

Types for chuchi.

§Features

NameDescriptionDefault
jsonAdds json serialization and deserialization support for the Body type and the HeaderValues.false
queryAdds query string parsing support to Request.false

Re-exports§

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

Modules§

body
header
request
response