Huachao / vscode-restclient

REST Client Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
MIT License
5.32k stars 446 forks source link

Support for custom methods #1306

Open tyge68 opened 1 month ago

tyge68 commented 1 month ago

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.