Expand description
service::Matcher
s implementations to match on http::Request
s.
See service::matcher
module for more information.
Modules§
- provides a
UriMatcher
matcher for matching requests based on their URI.
Structs§
- Matcher based on the (sub)domain of the request’s URI.
- Matcher based on the
Request
’s headers. - A matcher that is used to match an http
Request
- A matcher that matches one or more HTTP methods.
- Matcher based on the URI path.
- Matcher the request’s URI, using a substring or regex pattern.
- parameters that are inserted in the
Context
, in case thePathMatcher
found a match for the givenRequest
. - Error that can occur during the deserialization of the
UriParams
. - A matcher that matches one or more HTTP methods.
Enums§
- A matcher that is used to match an http
Request