Skip to main content

Module proxy_state

Module proxy_state 

Source
Expand description

ProxyState — everything one running proxy instance needs to serve traffic: upstream client, rewrite config, sessions, schema manager, per-proxy health, event bus handle. Request handlers take Arc<ProxyState>.

Structs§

ProxyState
Everything one running proxy needs to serve a request end-to-end.