gateway api v1.1.0 standard
GRPCRoute.spec.rules[].filters[].requestMirror.backendRef.spec.rules.matches.headers
Headers specifies gRPC request header matchers. Multiple match values are ANDed together, meaning, a request MUST match all the specified headers to select the route.
| Field / Type | Description |
|---|---|
name | Name is the name of the gRPC Header to be matched. If multiple entries specify equivalent header names, only the first entry with an equivalent name MUST be considered for a match. Subsequent entries with an equivalent header name MUST be ignored. Due to the case-insensitivity of header names, "foo" and "Foo" are considered equivalent.
|
type | Type specifies how to match against the value of the header.
|
value | Value is the value of the gRPC Header to be matched.
|