hurl/integration/tests_ok/multipart_form_data.json

2 lines
328 B
JSON
Raw Normal View History

2022-11-11 16:25:00 +03:00
{"entries":[{"request":{"method":"POST","url":"http://localhost:8000/multipart-form-data","multipart_form_data":[{"name":"key1","value":"value1"},{"name":"upload1","filename":"data.txt"},{"name":"upload2","filename":"data.html"},{"name":"upload3","filename":"data.txt","content_type":"text/html"}]},"response":{"status":200}}]}