hurl/integration/tests_ok/multipart_form_data.hurl

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