mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
12 lines
180 B
Plaintext
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
|
|
|
|
|
|
|