Skip to main content

Module http

Module http 

Source
Expand description

HTTP server lifecycle and health routers. HTTP server component: builder, lifecycle, connection serving, TLS, and health routers.

Structs§

HttpServer
HTTP server that implements the Component lifecycle.
HttpServerBuilder
Builder for HttpServer.

Functions§

health_router
Add a /health endpoint returning JSON from a Registry.
healthz_router
Returns a router with a /healthz liveness probe endpoint.