hurl/contrib/sample/hello.hurl
2023-09-22 17:28:01 +02:00

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