async fn status(__arg0: State<Arc<SharedState>>) -> impl IntoResponseExpand description
GET /api/status — gateway version plus route and policy counts.
{ "version": "0.1.0", "routes": 3, "policies": 2 }async fn status(__arg0: State<Arc<SharedState>>) -> impl IntoResponseGET /api/status — gateway version plus route and policy counts.
{ "version": "0.1.0", "routes": 3, "policies": 2 }