hurl/integration/tests_ok/multipart_form_data.windows.curl
2023-02-06 16:35:21 +01:00

2 lines
225 B
Plaintext

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