mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
14 lines
151 B
Plaintext
14 lines
151 B
Plaintext
GET http://localhost:8000/hello
|
|
HTTP 200
|
|
[Asserts]
|
|
status == 200
|
|
[Captures]
|
|
code: status
|
|
```
|
|
Hello World!
|
|
```
|
|
|
|
|
|
GET http://localhost:8000/xxx
|
|
HTTP 200
|