mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-21 10:01:34 +03:00
13 lines
154 B
Plaintext
13 lines
154 B
Plaintext
|
GET http://localhost:8000/hello
|
||
|
|
||
|
HTTP/* 200
|
||
|
[Asserts]
|
||
|
status == 200
|
||
|
[Captures]
|
||
|
code: status
|
||
|
```Hello World!```
|
||
|
|
||
|
|
||
|
GET http://localhost:8000/xxx
|
||
|
HTTP/* 200
|