safe_http_async 0.1.0-beta.4

Simple and safe asynchronous HTTP types.
Documentation
1
2
3
4
5
6
7
8
mod box_;
#[cfg(test)]
mod test_body;
#[cfg(test)]
mod tests;
mod trait_;

pub use self::{box_::BodyBox, trait_::Body};