rama-http 0.2.0

rama http layers, services and other utilities
Documentation
1
2
3
4
5
6
7
//! Middleware to adapt the server compression
//! to something the client supports, if anything at all.

mod layer;
mod service;

pub use self::{layer::CompressAdaptLayer, service::CompressAdaptService};