mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 20:12:14 +03:00
34 lines
807 B
Plaintext
34 lines
807 B
Plaintext
* Fail fast: true
|
|
* variables: {}
|
|
* ------------------------------------------------------------------------------
|
|
* executing entry 1
|
|
> POST http://localhost:8000/output/endpoint1
|
|
> Content-Type: application/json
|
|
> User-Agent: hurl/0.99.8
|
|
> Host: localhost
|
|
>
|
|
> { "user": "bob" }
|
|
< HTTP/1.0 200
|
|
< date: DATE1
|
|
< content-type: text/html; charset=utf-8
|
|
< content-length: 19
|
|
< server: Werkzeug/0.16.1 Python/3.5.3
|
|
<
|
|
< Response endpoint1
|
|
<
|
|
* ------------------------------------------------------------------------------
|
|
* executing entry 2
|
|
> GET http://localhost:8000/output/endpoint2
|
|
> User-Agent: hurl/0.99.8
|
|
> Host: localhost
|
|
>
|
|
< HTTP/1.0 200
|
|
< date: DATE2
|
|
< content-type: text/html; charset=utf-8
|
|
< content-length: 19
|
|
< server: Werkzeug/0.16.1 Python/3.5.3
|
|
<
|
|
< Response endpoint2
|
|
<
|
|
Response endpoint2
|