4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
area/httpenhancementhelp wanted
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- Avg merge 8d (Avg merge 8d)378 merged PRs in 30d (378 merged PRs in 30d)
Description
Title: Envoy support HTTP Query Method (RFC 10008)
Description:
Currently, Envoy is not supporting HTTP Query Method and return 400 Bad Request. HTTP Query method has been released in June 2026. is there any timeline to start supporting this method?
[optional Relevant Links:]
- https://datatracker.ietf.org/doc/html/rfc10008
Contributor guide
- Research direction
- Explore how Envoy validates HTTP method names in its HTTP/1 and HTTP/2 codecs, focusing on where unsupported methods are rejected with 400, and understand the code paths that would need updating to support the QUERY method.
- Tech stack
- cpp
- Domain
- backendnetworking
- Issue type
- Feature
- Prerequisites
- GitC++HTTP