Module http_route

Source

Modules§

header_match
Nested message and enum types in HeaderMatch.
host_match
Nested message and enum types in HostMatch.
path_match
Nested message and enum types in PathMatch.
path_modifier
Nested message and enum types in PathModifier.
query_param_match
Nested message and enum types in QueryParamMatch.

Structs§

HeaderMatch
Describes how to match a header by name and value.
HostMatch
Describes how to match an :authority or host header.
HttpFailureInjector
Configures a route to respond with a fixed response.
HttpRouteMatch
Describes a set of matches, ALL of which must apply.
PathMatch
Describes how to match a path.
PathModifier
Describes how a path value may be rewritten in a route.
QueryParamMatch
Describes how to match a query parameter by name and value.
Ratio
A ratio (i.e., of requests) to which an filter should be applied.
RequestHeaderModifier
Configures a route to modify a request’s headers.
RequestRedirect
Configures a route to respond with a redirect response. The location header is set with the given URL parameters.
ResponseHeaderModifier
Configures a route to modify a response’s headers.
Timeouts