*Description*: Add support for HTTP method matching for HTTPRoute: - https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.HTTPRouteMatch - https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/tests/httproute-method-matching.go This can be implemented as a header match on the `:method` pseudo-header.
Description:
Add support for HTTP method matching for HTTPRoute:
This can be implemented as a header match on the
:methodpseudo-header.