hurl/integration/tests/multipart_form_data.curl
2021-05-23 09:44:38 +02:00

2 lines
200 B
Plaintext

curl 'http://localhost:8000/multipart-form-data' -F 'key1=value1' -F 'upload1=@tests/data.txt;type=text/plain' -F 'upload2=@tests/data.html;type=text/html' -F 'upload3=@tests/data.txt;type=text/html'