Huachao / vscode-restclient

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

curl -F doesnt work properly #1172

Open sulfur17 opened 11 months ago

sulfur17 commented 11 months ago

Steps to Reproduce:

  1. curl -X PUT -F "metadata={\"componentType\":\"Configuration\", \"componentName\":\"cf\"};type=application/json" -H "Content-Type: multipart/form-data" -H "Authorization: Bearer kzS9W5aQ" http://localhost:8888/hs/resources/idmtx/base/dev/0.0.1/
  2. HTTP body is missing
Huachao commented 11 months ago

@sulfur17 Currently, only following curl options are supported: