hurl/integration/tests_ok/verbose_option.err.pattern

80 lines
1.6 KiB
Plaintext
Raw Normal View History

2022-08-12 21:07:14 +03:00
* ------------------------------------------------------------------------------
* Executing entry 2
*
* Entry options:
* verbose: true
*
* Cookie store:
*
* Request:
* GET http://localhost:8000/hello
*
* Request can be run with the following curl command:
* curl 'http://localhost:8000/hello'
*
> GET /hello HTTP/1.1
> Host: localhost:8000
> Accept: */*
> User-Agent: hurl/~~~
>
* Response: (received 12 bytes in ~~~ ms)
2022-08-12 21:07:14 +03:00
*
< HTTP/1.1 200 OK
< Server: Werkzeug/~~~ Python/~~~
< Date: ~~~
2022-08-12 21:07:14 +03:00
< Content-Type: text/html; charset=utf-8
< Content-Length: 12
< Server: Flask Server
< Connection: close
2022-08-12 21:07:14 +03:00
<
*
2022-08-15 18:48:40 +03:00
* ------------------------------------------------------------------------------
* Executing entry 4
*
* Entry options:
* very-verbose: true
*
* Cookie store:
*
* Request:
* GET http://localhost:8000/hello
*
* Request can be run with the following curl command:
* curl 'http://localhost:8000/hello'
*
2022-10-19 22:19:37 +03:00
** Hostname localhost was found in DNS cache
** Trying 127.0.0.1:8000...
** Connected to localhost (127.0.0.1) port 8000 (#3)
2022-08-15 18:48:40 +03:00
> GET /hello HTTP/1.1
> Host: localhost:8000
> Accept: */*
> User-Agent: hurl/~~~
>
* Request body:
*
2022-10-19 22:19:37 +03:00
** Mark bundle as not supporting multiuse
** Closing connection 3
* Response: (received 12 bytes in ~~~ ms)
2022-08-15 18:48:40 +03:00
*
< HTTP/1.1 200 OK
< Server: Werkzeug/~~~ Python/~~~
< Date: ~~~
2022-08-15 18:48:40 +03:00
< Content-Type: text/html; charset=utf-8
< Content-Length: 12
< Server: Flask Server
< Connection: close
2022-08-15 18:48:40 +03:00
<
* Response body:
* Hello World!
*
2023-06-15 16:17:52 +03:00
* Timings:
* begin: ~~~ UTC
* end: ~~~ UTC
* namelookup: ~~~ µs
* connect: ~~~ µs
* app_connect: ~~~ µs
* pre_transfer: ~~~ µs
* start_transfer: ~~~ µs
* total: ~~~ µs
*