vscode-restclient icon indicating copy to clipboard operation
vscode-restclient copied to clipboard

Support QUERY method

Open CxRes opened this issue 4 months ago • 0 comments

HTTPWG has proposed a new QUERY method https://httpwg.org/http-extensions/draft-ietf-httpbis-safe-method-w-body.html which is under IESG review (last step before it becomes an RFC). When I use QUERY to make an HTTP request with rest-client, it does not work (I work around it by writing a fetch request in JS, but it is not as nice and convenient).

Please add support for the QUERY method!

CxRes avatar Aug 24 '25 19:08 CxRes