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§
- Header
Match - Describes how to match a header by name and value.
- Host
Match - Describes how to match an
:authority
orhost
header. - Http
Failure Injector - Configures a route to respond with a fixed response.
- Http
Route Match - Describes a set of matches, ALL of which must apply.
- Path
Match - Describes how to match a path.
- Path
Modifier - Describes how a path value may be rewritten in a route.
- Query
Param Match - 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.
- Request
Header Modifier - Configures a route to modify a request’s headers.
- Request
Redirect - Configures a route to respond with a redirect response. The
location
header is set with the given URL parameters. - Response
Header Modifier - Configures a route to modify a response’s headers.
- Timeouts