hurl/integration/tests_ok/verbose.err.pattern
2022-06-30 15:34:18 +02:00

29 lines
577 B
Plaintext

* Options:
* fail fast: true
* insecure: false
* follow redirect: false
* max redirect: 50
* ------------------------------------------------------------------------------
* 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/~~~
>
< HTTP/1.0 200 OK
< Content-Type: text/html; charset=utf-8
< Content-Length: 12
< Server: Flask Server
< Date: ~~~
<
*