Replies: 6 comments
-
I believe we were waiting until it stabilized in Node.js. Also we support versions of node that do not have |
Beta Was this translation helpful? Give feedback.
-
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). |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
I also have a question about adding the method to the types declaration: |
Beta Was this translation helpful? Give feedback.
-
It is only stable in |
Beta Was this translation helpful? Give feedback.
-
Either way, there's no rush to make the change. This method is still a draft even though Node.js has implemented it, so it's also preferable to wait until it is no longer a draft and becomes part of the official HTTP specification |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
.Beta Was this translation helpful? Give feedback.
All reactions