Expand description
Structs§
- Backend
Ref - Header
Filter - Defines configuration for the RequestHeaderModifier filter.
- Header
Value - Request
Mirror Filter - Defines configuration for the RequestMirror filter.
- Request
Redirect Filter - Defines a filter that redirects a request. This filter MUST not be used on the same Route rule as a URL Rewrite filter.
- Route
- A Route is a policy that describes how a request to a specific virtual host should be routed.
- Route
Match - Defines the predicate used to match requests to a given action. Multiple
match types are ANDed together; the match will evaluate to true only if all
conditions are satisfied. For example, if a match specifies a
path
match and twoquery_params
matches, it will match only if the request’s path matches and both of thequery_params
are matches. - Route
Retry - Configure client retry policy.
- Route
Rule - A RouteRule contains a set of matches that define which requests it applies to, processing rules, and the final destination(s) for matching traffic.
- Route
Timeouts - Defines timeouts that can be configured for a HTTP Route.
- UrlRewrite
Filter - Defines a filter that modifies a request during forwarding. At most one of these filters may be used on a Route rule. This may not be used on the same Route rule as a RequestRedirect filter.
Enums§
- Header
Match - Describes how to select a HTTP route by matching HTTP request headers.
- Hostname
Match - A matcher for URL hostnames.
- Path
Match - Describes how to select a HTTP route by matching the HTTP request path. The
type
of a match specifies how HTTP paths should be compared. - Path
Modifier - Defines configuration for path modifiers.
- Query
Param Match - Describes how to select a HTTP route by matching HTTP query parameters.
- Route
Filter - Defines processing steps that must be completed during the request or response lifecycle.
Type Aliases§
- Header
Name - The name of an HTTP header.
- Method
- Describes how to select a HTTP route by matching the HTTP method as defined by RFC 7231 and RFC 5789. The value is expected in upper case.