2022-06-29 14:14:59 +03:00
|
|
|
* Options:
|
|
|
|
* fail fast: true
|
|
|
|
* follow redirect: false
|
2022-10-15 23:39:47 +03:00
|
|
|
* insecure: false
|
2022-06-29 14:14:59 +03:00
|
|
|
* max redirect: 50
|
2023-05-26 16:53:53 +03:00
|
|
|
* retry: 0
|
2022-06-29 14:14:59 +03:00
|
|
|
* ------------------------------------------------------------------------------
|
|
|
|
* 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/~~~
|
|
|
|
>
|
2022-08-18 19:28:06 +03:00
|
|
|
* Response: (received 12 bytes in ~~~ ms)
|
2022-08-05 17:53:31 +03:00
|
|
|
*
|
2023-02-16 15:04:41 +03:00
|
|
|
< HTTP/1.1 200 OK
|
|
|
|
< Server: Werkzeug/~~~ Python/~~~
|
|
|
|
< Date: ~~~
|
2022-06-29 14:14:59 +03:00
|
|
|
< Content-Type: text/html; charset=utf-8
|
|
|
|
< Content-Length: 12
|
|
|
|
< Server: Flask Server
|
2023-02-16 15:04:41 +03:00
|
|
|
< Connection: close
|
2022-06-29 14:14:59 +03:00
|
|
|
<
|
|
|
|
*
|