hurl/integration/tests_ok/post_large.err.pattern
2023-09-13 16:18:28 +02:00

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
<
*