Expand description
Server-side runtime infrastructure context.
InfraContext is the bundle of per-site connection data passed
through the service layer for every request: backend dispatcher,
API base URLs, TLS cert, optional vault/k8s URLs, SOCKS proxy.
It depends on StaticBackendDispatcher, which is server-only —
the CLI never instantiates this.
Structs§
- Infra
Context - Infrastructure context needed by the service layer: backend dispatcher, API endpoints, and TLS certificates.