mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 11:43:08 +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
|