mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-27 08:19:22 +03:00
33 lines
666 B
Plaintext
33 lines
666 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.0 200 OK
|
|
< Content-Type: text/html; charset=utf-8
|
|
< Content-Length: 12
|
|
< Server: Flask Server
|
|
< Date: ~~~
|
|
<
|
|
*
|