Skip to main content

readyz

Function readyz 

Source
async fn readyz(__arg0: State<Arc<SharedState>>) -> impl IntoResponse
Expand description

GET /readyz — readiness probe. Exempt from auth.

Returns 200 OK with the compiled route count once at least one route is loaded, or 503 Service Unavailable while the route table is empty.