content icon indicating copy to clipboard operation
content copied to clipboard

Add HTTP QUERY method

Open chicoxyzzy opened this issue 1 year ago • 3 comments

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

chicoxyzzy avatar Apr 23 '24 10:04 chicoxyzzy

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?

chicoxyzzy avatar Apr 23 '24 10:04 chicoxyzzy

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.

pepelsbey avatar Apr 23 '24 12:04 pepelsbey

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?

chicoxyzzy avatar Apr 23 '24 12:04 chicoxyzzy

This pull request has merge conflicts that must be resolved before it can be merged.

github-actions[bot] avatar Jul 25 '24 21:07 github-actions[bot]