⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module proxy

Module proxy 

Source
Expand description

Sidecar Proxy

Provides a connection-pooling sidecar proxy with health checking, mTLS wrapping, and request routing for service mesh communication.

Structs§

Connection
A pooled connection to an upstream.
ConnectionPool
Connection pool for upstream services.
ProxyConfig
Sidecar proxy configuration.
ProxyStats
Proxy statistics.
SidecarProxy
Sidecar proxy implementation.
UpstreamHealth
Upstream health status.

Enums§

ConnectionState
Connection state.
ProxyError
Proxy error.