Skip to main content

Module context

Module context 

Source
Expand description

Bound context: a generalized key→value bag the proxy injects into forwarded requests. A permanent base (static ⊕ env, built at startup with env winning) is overlaid by an optional pushed binding with a TTL; pushed keys win while live and the overlay reverts on expiry. Single active binding.

Structs§

ContextStore
Holds the permanent base and an optional pushed overlay.
ResolvedContext
The resolved view handed to transforms.