Skip to content

Commit

Permalink
Revert doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
sjberman committed May 4, 2023
1 parent 1966ec3 commit c5113c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gateway-api-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Fields:
* `hostnames` - partially supported. Wildcard binding is not supported: a hostname like `example.com` will not bind to a listener with the hostname `*.example.com`. However, `example.com` will bind to a listener with the empty hostname.
* `rules`
* `matches`
* `path` - Core (`PathPrefix` and `Exact` types) -- supported; Implementation-specific (`RegularExpression` type) -- not supported.
* `path` - partially supported. Only `PathPrefix` and `Exact` types.
* `headers` - partially supported. Only `Exact` type.
* `queryParams` - partially supported. Only `Exact` type.
* `method` - supported.
Expand Down

0 comments on commit c5113c0

Please sign in to comment.