rama-http 0.3.0-rc1

rama http layers, services and other utilities
1
2
3
4
5
6
7
8
//! Middleware to rewrite the [`Uri`] of a request.
//!
//! [`Uri`]: rama_net::uri::Uri

mod layer;
mod service;

pub use self::{layer::RewriteUriLayer, service::RewriteUriService};