hurl/integration/tests_ok/multipart_form_data.hurl
2022-11-11 14:25:00 +01:00

12 lines
176 B
Plaintext

POST http://localhost:8000/multipart-form-data
[MultipartFormData]
key1: value1
upload1: file,data.txt;
upload2: file,data.html;
upload3: file,data.txt; text/html
HTTP 200