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

Module l7

Module l7 

Source
Expand description

L7 (Application Layer) Load Balancer

Provides HTTP-aware load balancing with path/host-based routing, rate limiting, and sticky sessions.

Structs§

BackendGroup
A named group of backends.
HttpRoute
An HTTP routing rule.
L7LoadBalancer
L7 Load Balancer implementation.
L7Rule
A set of L7 routing rules.
RateLimit
Token bucket rate limiter.
StickySession
Sticky session manager (cookie-based affinity).

Enums§

L7Error
L7 load balancer error.