hurl/integration/tests/multipart_form_data.hurl

12 lines
180 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
POST http://localhost:8000/multipart-form-data
[MultipartFormData]
key1: value1
2020-11-08 21:52:23 +03:00
upload1: file,data.txt;
upload2: file,data.html;
upload3: file,data.txt; text/html
2020-08-27 10:07:46 +03:00
HTTP/1.0 200
2020-08-27 10:07:46 +03:00