hurl/integration/tests_ok/verbose.err.pattern

34 lines
699 B
Plaintext
Raw Normal View History

* Options:
* continue on error: false
* follow redirect: false
2022-10-15 23:39:47 +03:00
* insecure: false
* max redirect: 50
* retry: 0
* ------------------------------------------------------------------------------
* 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
<
*