Module handlers

Module handlers 

Source
Expand description

Common HTTP handlers

Structs§

HealthHandler
Health check handler struct for more complex health checks
MetricsResponse
Metrics endpoint response
NotFoundHandler
Not found handler with customizable response

Functions§

health_check
Health check handler
internal_error
Generic error handler
liveness
Liveness probe handler
method_not_allowed
Method not allowed handler
metrics
Metrics handler (basic implementation)
not_found
404 Not Found handler
readiness
Readiness probe handler