Expand description
Admin REST API server.
Provides a lightweight HTTP API for inspecting and managing the running
proxy. Runs on a separate listener (configured via global.admin_addr)
and exposes endpoints for health, configuration, upstream status, metrics,
and hot-reload.
Functionsยง
- start_
admin_ server - Start the admin HTTP server on the given address.