rama-http 0.3.0-rc1

rama http layers, services and other utilities
1
2
3
4
5
6
7
//! Service that redirects all requests.

mod r#static;
pub use r#static::RedirectStatic;

mod http_to_https;
pub use http_to_https::RedirectHttpToHttps;