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 GET with data (curl -G) #1274

Closed romanchelsea closed 5 months ago

romanchelsea commented 5 months ago

For below curl command, with flag -G, it's a GET request with data.

curl -G 'http://localhost:8428/api/v1/export' -d 'match={__name__=~"measurement_.*"}'

I don't see any REST client examples that's equivalent to it.

Would you please take a look?

romanchelsea commented 5 months ago

Never mind. I can send curl request directly.