- 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
.