Skip to content

Please Document the QUERY method #1912

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

Open
CxRes opened this issue May 22, 2025 · 3 comments
Open

Please Document the QUERY method #1912

CxRes opened this issue May 22, 2025 · 3 comments

Comments

@CxRes
Copy link

CxRes commented May 22, 2025

Description

Express already supports the QUERY method per expressjs/express#5615. Please add it to the documentation, for example, at https://expressjs.com/en/5x/api.html#routing-methods.

I would like to submit it to the list of implementation supporting the QUERY method at IETF/HTTPWG.

Expectations

Update https://expressjs.com/en/4x/api.html#routing-methods and https://expressjs.com/en/5x/api.html#routing-methods to include query.

@wesleytodd
Copy link
Member

I believe we were waiting until it stabilized in Node.js. Also we support versions of node that do not have QUERY support so I thought we had discussed waiting on documentation until all versions supported it. cc @jonchurch

@CxRes
Copy link
Author

CxRes commented May 23, 2025

Node has supported this since 21.7.2, and it has been backported 20.19.2 (look for llhttp 9.2.0 in the logs). It is probably never going to be ported to version 18. And you support it (with the appropriate Node version ofc).

The reason I had asked was because the QUERY method I-D has been sent to IESG for publication as a proposed standard (which is the last administrative stage for publishing a RFC).
https://lists.w3.org/Archives/Public/ietf-http-wg/2025AprJun/0124.html

@bjohansebas
Copy link
Member

We can definitely add a note saying that it's only supported in certain versions of Node.js, and I’d be in favor of that

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

No branches or pull requests

3 participants