Skip to main content

status

Function status 

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

GET /api/status — gateway version plus route and policy counts.

{ "version": "0.1.0", "routes": 3, "policies": 2 }