mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-23 19:12:06 +03:00
bf79a512e0
hurlfmt now also outputs a trailing newline.
22 lines
337 B
Plaintext
22 lines
337 B
Plaintext
POST http://localhost:8000/post-file
|
|
file,/secret.txt;
|
|
|
|
HTTP/1.0 200
|
|
|
|
POST http://localhost:8000/post-file
|
|
file,../secret.txt;
|
|
|
|
HTTP/1.0 200
|
|
|
|
POST http://localhost:8000/post-file
|
|
[MultipartFormData]
|
|
file1: file,/secret.txt;
|
|
|
|
HTTP/1.0 200
|
|
|
|
POST http://localhost:8000/post-file
|
|
[MultipartFormData]
|
|
file1: file,../secret.txt;
|
|
|
|
HTTP/1.0 200
|