pub fn router(kg: Arc<GraphHandle>) -> RouterExpand description
Build the axum router for the HTTP transport. Exposed so tests can drive it
with tower::ServiceExt::oneshot without binding a socket.
pub fn router(kg: Arc<GraphHandle>) -> RouterBuild the axum router for the HTTP transport. Exposed so tests can drive it
with tower::ServiceExt::oneshot without binding a socket.