mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 17:01:36 +03:00
29 lines
539 B
Plaintext
29 lines
539 B
Plaintext
|
* ------------------------------------------------------------------------------
|
||
|
* 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:
|
||
|
*
|
||
|
< HTTP/1.0 200 OK
|
||
|
< Content-Type: text/html; charset=utf-8
|
||
|
< Content-Length: 12
|
||
|
< Server: Flask Server
|
||
|
< Date: ~~~, ~~ ~~~ ~~~~ ~~:~~:~~ GMT
|
||
|
<
|
||
|
*
|