Expand description
Warp filters for the admin route management API.
Provides HTTP endpoints for managing routes at runtime without requiring config file rewrites and daemon restarts:
GET /admin/routesโ list all routes (config-defined + dynamic)POST /admin/routesโ create or update a dynamic routeDELETE /admin/routes/:nameโ remove a dynamically-added route
Functionsยง
- admin_
routes_ filter - Mount all admin route management endpoints under
/admin/routes.