Add HTTP QUERY method
Description
This PR adds an HTTP QUERY method, which is still an IETF Internet-Draft (https://www.ietf.org/archive/id/draft-ietf-httpbis-safe-method-w-body-02.html)
Motivation
HTTP QUERY method is being added to different implementations like Node.js
Additional details
Related issues and pull requests
https://github.com/mdn/browser-compat-data/pull/22920
I marked this as a draft, as AFAIU it also needs a browser-compat data (PR) and a few corrections.
I need help with these:
- How can I mark the method as a draft on the methods page and on the QUERY method page?
- I see that all the methods use
{{speceifications}}, but I don't understand how they point to the correct spec. How can I use a draft to point to the proper URL? - Will
{{HTTPMethod("QUERY")}}on the GET and POST doc pages just magically work or I should edit more files to make it work?
Given that you’re…
Still exploring if the method is available in browsers
The MDN is not the right place for this method for now. Let’s wait until the first implementation.
Let’s wait until the first implementation.
Makes sense. Should I close this one or just leave it open and update when (or if) it will be shipped in browsers?
This pull request has merge conflicts that must be resolved before it can be merged.