aahc 0.1.1

Asynchronous, zero-allocation HTTP client that is agnostic to choice of executor
Documentation
1
2
3
4
5
mod body;
mod headers;

pub use body::Receive as ReceiveBody;
pub use headers::{Response, receive as receive_headers};