Skip to content

route: add support for the QUERY HTTP method#932

Open
roidelapluie wants to merge 1 commit into
prometheus:mainfrom
roidelapluie:roidelapluie/route-query
Open

route: add support for the QUERY HTTP method#932
roidelapluie wants to merge 1 commit into
prometheus:mainfrom
roidelapluie:roidelapluie/route-query

Conversation

@roidelapluie

Copy link
Copy Markdown
Member

QUERY is a safe, idempotent method that carries a request body (RFC 10008). It is not yet part of net/http, so register it using a locally defined MethodQuery constant.

@roidelapluie roidelapluie requested a review from SuperQ June 24, 2026 09:23
QUERY is a safe, idempotent method that carries a request body
(RFC 10008). It is not yet part of net/http, so register it using a
locally defined MethodQuery constant.

Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
@roidelapluie roidelapluie force-pushed the roidelapluie/route-query branch from 3ecf4fd to dc216b8 Compare June 24, 2026 09:35
@roidelapluie roidelapluie requested a review from krajorama June 25, 2026 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant