api-test icon indicating copy to clipboard operation
api-test copied to clipboard

Multipart POST requests

Open Chaitanyabsprip opened this issue 2 years ago • 0 comments

How can I write a multipart request in json? I want to be able to upload a file to my server. Following is the curl command that I use to do it.

curl -v -F [email protected] URL "http://localhost:8081/v1/config?name=index"

Chaitanyabsprip avatar May 22 '22 18:05 Chaitanyabsprip