1
2
3
4
5
//! Outgoing HTTP body compression middleware for Tide.


mod middleware;

pub use middleware::CompressMiddleware;