rama-net 0.3.0

rama network types and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Request Uri utilities
//!
//! NOTE: in future this needs to move in its own crate
//! or some core module below rama-http-types
//! as the Uri goes beyond http...

pub mod match_replace;
#[doc(inline)]
pub use match_replace::{
    UriMatchError, UriMatchReplace, UriMatchReplaceDomain, UriMatchReplaceFallthrough,
    UriMatchReplaceRule, UriMatchReplaceRuleset, UriMatchReplaceScheme,
};