mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-18 08:02:12 +03:00
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
# Post a relatively large payload (~ 15M)
|
|
POST http://localhost:8000/post_large
|
|
Content-Type: application/octet-stream
|
|
file,post_large.bin;
|
|
HTTP 200
|
|
[Asserts]
|
|
body toInt == 15728640
|