Merge pull request #165 from KodrAus/feat/async-decoder

Support Async Gzip Decoding
This commit is contained in:
Sean McArthur
2017-08-21 10:57:55 -07:00
committed by GitHub
12 changed files with 656 additions and 208 deletions

View File

@@ -172,6 +172,7 @@ pub mod unstable {
pub use ::async_impl::{
Body,
Chunk,
Decoder,
Client,
ClientBuilder,
Request,