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 SEARCH (or custom) request type? #1327

Open burodeboer opened 5 days ago

burodeboer commented 5 days ago

Hi, I would like to switch to REST Client, but was wondering if it is possible somehow to use the SEARCH (or custom) request type?

For example: SEARCH http://localhost:8055/items/artists ... { "query": { "fields": ["id", "name" ], "filter": { ... } } }

When I try the example above I get: getaddrinfo EAI_AGAIN search. The same request does work with another REST client.