hurl/contrib/sample/hello.hurl

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