Fishrock123 / tide-compress

Outgoing compression middleware for the Tide web framework.
https://crates.io/crates/tide-compress
Other
24 stars 7 forks source link

tide-compress on crates.io Documentation (latest release)

tide-compress

Outgoing body compression middleware for the Tide server framework.

#[async_std::main]
async fn main() {
    let mut app = tide::new();
    app.with(tide_compress::CompressMiddleware::new());
}

Features

License

Licensed under the BlueOak Model License 1.0.0Contributions via DCO 1.1