mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-18 08:02:12 +03:00
38 lines
925 B
Plaintext
38 lines
925 B
Plaintext
* Options:
|
|
* continue on error: false
|
|
* delay: 0ms
|
|
* follow redirect: false
|
|
* insecure: false
|
|
* max redirect: 50
|
|
* retry: 0
|
|
* ------------------------------------------------------------------------------
|
|
* Executing entry 1
|
|
*
|
|
* Cookie store:
|
|
*
|
|
* Request:
|
|
* POST http://localhost:8000/post_large
|
|
* Content-Type: application/octet-stream
|
|
*
|
|
* Request can be run with the following curl command:
|
|
* curl --header 'Content-Type: application/octet-stream' --data-binary '@tests_ok~post_large.bin' 'http://localhost:8000/post_large'
|
|
*
|
|
> POST /post_large HTTP/1.1
|
|
> Host: localhost:8000
|
|
> Accept: */*
|
|
> Content-Type: application/octet-stream
|
|
> User-Agent: hurl/~~~
|
|
> Content-Length: 15728640
|
|
>
|
|
* Response: (received 8 bytes in ~~~ ms)
|
|
*
|
|
< HTTP/1.1 200 OK
|
|
< Server: Werkzeug/~~~ Python/~~~
|
|
< Date: ~~~
|
|
< Content-Type: text/html; charset=utf-8
|
|
< Content-Length: 8
|
|
< Server: Flask Server
|
|
< Connection: close
|
|
<
|
|
*
|