Health routes implementation

Development Documentation

You're viewing documentation for unreleased features from the main branch. For production use, see the latest stable version (v1.1.x).

Note: OpenAPI documentation for these endpoints can be found in the openapi.rs file Handles the /health endpoint.

Returns an HttpResponse with a status of 200 OK and a body of "OK".

GET
/v1/health

Response Body

curl -X GET "https://loading/v1/health"
"string"
"string"