Skip to content

feat(mux): support http QUERY method ietf rfc10008#1129

Closed
pjol wants to merge 1 commit into
go-chi:masterfrom
pjol:master
Closed

feat(mux): support http QUERY method ietf rfc10008#1129
pjol wants to merge 1 commit into
go-chi:masterfrom
pjol:master

Conversation

@pjol

@pjol pjol commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Adds support for IETF RFC 10008 - The HTTP QUERY Method

As support is not yet enabled in native GoLang net/http, we have introduced a temporary method definition directly into the project here. Once enabled in net/http, a clean 1-1 swap with our temporary method should be simple.

@VojtechVitek VojtechVitek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you!

I'm going to unexport the constant and merge via #1132

@VojtechVitek

Copy link
Copy Markdown
Contributor

Merged via #1132

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.

2 participants