error-pages/test/hurl/healthz.hurl

13 lines
168 B
Plaintext
Raw Normal View History

GET http://{{ host }}:{{ port }}/healthz
HTTP/* 200
```OK```
# Next endpoint marked as deprecated
GET http://{{ host }}:{{ port }}/health/live
HTTP/* 200
```OK```