vscode-restclient
vscode-restclient copied to clipboard
Support for custom methods
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.
Yes, i have that issue to.