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