Outgoing compression middleware for the Tide server framework.
```rust
async fn main() -> tide::Result { let mut app = tide::new(); app.with(tide_compress::CompressMiddleware::new()); } ```
Accept-Encoding
checking including priority.CompressMiddleware::with_threshold(usize)
.Cache-Control: no-transform
header.Vary
header.Content-Type
/ MIME checking.Licensed under the BlueOak Model License 1.0.0 — Contributions via DCO 1.1