Structs§
- FlowCtx
- Per-walk execution context. Constructed once per L4 connection (and
re-constructed per L7 request when a hyper service-fn dispatches into
the L7 sub-graph). Fields are owned — no lifetime parameter — so the
struct survives
tokio::spawnandmoveclosures (notably hyper’s service-fn closure atNode::Upgrade, which captureslog/cancel/verbosityper request).