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

12 lines
180 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/1.0 200