gateway api v1.6.2 experimental
HTTPRoute.spec.rules.filters.externalAuth.forwardBody.spec.rules.matches.path
Path specifies a HTTP request path matcher. If this field is not specified, a default prefix match on the "/" path is provided.
| Field / Type | Description |
|---|---|
type | Type specifies how to match against the path Value. Support: Core (Exact, PathPrefix) Support: Implementation-specific (RegularExpression)
|
value | Value of the HTTP path to match against.
|