mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 11:43:08 +03:00
22 lines
321 B
Plaintext
22 lines
321 B
Plaintext
POST http://localhost:8000/post-file
|
|
file,/secret.txt;
|
|
|
|
HTTP 200
|
|
|
|
POST http://localhost:8000/post-file
|
|
file,../secret.txt;
|
|
|
|
HTTP 200
|
|
|
|
POST http://localhost:8000/post-file
|
|
[MultipartFormData]
|
|
file1: file,/secret.txt;
|
|
|
|
HTTP 200
|
|
|
|
POST http://localhost:8000/post-file
|
|
[MultipartFormData]
|
|
file1: file,../secret.txt;
|
|
|
|
HTTP 200
|