tide-compress

Outgoing compression middleware for the Tide web framework.

```rust

[async_std::main]

async fn main() -> Result<(), std::io::Error> { let mut app = tide::new(); app.with(tide_compress::CompressMiddleware::new()); } ```

Features

Caveats

License

Licensed under the BlueOak Model License 1.0.0Contributions via DCO 1.1