via 1.0.1

An async multi-threaded web framework for people who appreciate simplicity.
Documentation
1
2
3
4
5
6
7
8
9
mod body;
mod body_stream;
mod read_into_bytes;
mod read_into_string;

pub use body::RequestBody;
pub use body_stream::BodyStream;
pub use read_into_bytes::ReadIntoBytes;
pub use read_into_string::ReadIntoString;