rest_client
rest_client copied to clipboard
Enable HTTP Compression
trafficstars
deflate and gzip streaming compression can be provided by https://github.com/alexcrichton/flate2-rs
I'd suggest this to be implemented on hyper but they've decided compression is out of scope of an HTTP library.
This would be best combined with the builder pattern I suggested in #2.