io-http 0.0.3

Set of I/O-free coroutines to manage HTTP streams
1
2
3
4
5
#[path = "follow-redirects.rs"]
pub mod follow_redirects;
#[path = "read-chunks.rs"]
pub mod read_chunks;
pub mod send;