rest_client icon indicating copy to clipboard operation
rest_client copied to clipboard

Enable HTTP Compression

Open abonander opened this issue 11 years ago • 0 comments
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.

abonander avatar Oct 18 '14 02:10 abonander