Skip to main content

handle

Function handle 

Source
pub async fn handle(state: State<RouterState>) -> impl IntoResponse
Expand description

Ready check handler.

This handler responds to GET /ready requests with a deterministic, side-effect-free payload indicating daemon readiness.

ยงInvariant boundaries

This handler performs no IO, reads no storage, and mutates no runtime state. It reflects the bootstrap state contained in RouterState.