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

Support for custom methods

Open tyge68 opened this issue 1 year ago • 1 comments

Currently it only support GET or POST , while other methods could be nice to have like PATCH, PURGE (example with Fastly CDN cache etc...)

So generally any method should work. with curl it simply passing -X "METHOD" , would be nice to have the same.

tyge68 avatar Oct 03 '24 18:10 tyge68

Yes, i have that issue to.

andrejs82git avatar Dec 06 '24 09:12 andrejs82git