Add (configurable) automatic gzip decompression.

This commit is contained in:
Jason Schein
2017-02-18 16:15:49 -08:00
parent 1d3c1346af
commit ab5e477a12
4 changed files with 159 additions and 19 deletions

View File

@@ -101,6 +101,7 @@
extern crate hyper;
#[macro_use] extern crate log;
extern crate libflate;
extern crate hyper_native_tls;
extern crate serde;
extern crate serde_json;