Expand description
HTTP server lifecycle and health routers.
Structs§
- Http
Server - HTTP server that implements the
Componentlifecycle. - Http
Server Builder - Builder for
HttpServer.
Functions§
- health_
router - Add a
/healthendpoint returning JSON from aRegistry. - healthz_
router - Returns a router with a
/healthzliveness probe endpoint.