Expand description
Reverse proxy service implementation
This module provides the core proxy service that handles request forwarding.
It uses the ServiceRegistry for route resolution and backend selection.
Structs§
- Reverse
Proxy Service - The reverse proxy service
- RpsRegistry
- Per-service sliding-window request-rate counter.
Traits§
- Activator
- On-demand activation hook for scale-to-zero services.
Functions§
- empty_
body - Empty body utility
- full_
body - Full body utility
Type Aliases§
- BoxBody
- Body type for outgoing responses