hurl/integration/tests_ok/verbose.err.pattern
jcamiel daa5e5ebd4
Update werkzeug from 2.0.3 to 2.2.3
This update solves security issue but bumps HTTP Flask version from HTTP/1.0 to HTTP/1.1.
2023-02-17 00:58:41 +01:00

35 lines
720 B
Plaintext

* Options:
* fail fast: true
* follow redirect: false
* insecure: false
* max redirect: 50
* retry: false
* retry max count: 10
* ------------------------------------------------------------------------------
* Executing entry 1
*
* Cookie store:
*
* Request:
* GET http://localhost:8000/verbose
*
* Request can be run with the following curl command:
* curl 'http://localhost:8000/verbose'
*
> GET /verbose HTTP/1.1
> Host: localhost:8000
> Accept: */*
> User-Agent: hurl/~~~
>
* Response: (received 12 bytes in ~~~ ms)
*
< HTTP/1.1 200 OK
< Server: Werkzeug/~~~ Python/~~~
< Date: ~~~
< Content-Type: text/html; charset=utf-8
< Content-Length: 12
< Server: Flask Server
< Connection: close
<
*