Module uri
Expand description
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…
Modules§
- match_
replace - Uri match and replace rules.
Structs§
- UriMatch
Replace Domain - Replace or overwrite the existing
Domain. - UriMatch
Replace Fallthrough - Apply fallthrough to slices, arrays, tuples or vectors.
- UriMatch
Replace Rule - A rule that matches a
Uriagainst a simple wildcard pattern and, if it matches, produces a newUriusing a capture-aware formatter. - UriMatch
Replace Ruleset - A Set of
UriMatchReplaceRule, which is an optimised version of a genericUriMatchReplaceslice impl. - UriMatch
Replace Scheme - Replace or overwrite the existing
Scheme.
Enums§
- UriMatch
Error - Error (including
NoMatch) returned by aUriMatchReplace::match_replace_uricall.
Traits§
- UriMatch
Replace - A trait for types that can match and optionally replace (rewrite)
Urivalues.