Skip to content

Version 0.13.0

Latest
Compare
Choose a tag to compare
@tesaguri tesaguri released this 17 Jul 09:10
· 10 commits to master since this release
v0.13.0
55f8c62
  • Remove native gzip support in favor of external client middlewares

If you still want the stream to be gzipped, wrap the HTTP client with tower-http crate's Decompression middleware and pass it to Builder::listen_with_client method as shown in the example code at examples/gzip.rs.