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

@@ -17,6 +17,7 @@ serde = "0.9"
serde_json = "0.9"
serde_urlencoded = "0.4"
url = "1.2"
libflate = "0.1.3"
[dev-dependencies]
env_logger = "0.3"