Available on crate feature
serve only.Expand description
axum router assembly and the bind / graceful-shutdown serve loop.
Functionsยง
- build_
router - Build the full router: unauthenticated probes + the bearer-guarded
/v1API. - serve
- Boot the server: install observability, build state + router, bind, serve until SIGTERM/SIGINT, then drain in-flight runs up to the grace window.