-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spike: Gateway API support for query string matching on HTTP routes #2778
Comments
Related kong issue: Kong/kong#4919 |
|
Now Kong gateway has supported matching HTTP query parameters in expression router: Kong/kong#11348 We can move on to this (note that we only support query param matching in Kong 3.5 and later). |
This feature has been implemented in Kong (Kong/kong#11348), will be backported into 3.4.x (Kong/kong#11469) and the Gateway API conformance part will be covered by #3679. |
Problem Statement
Query string matching is an extended feature of Gateway API, but if we can support it we would like to.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: