Expand description
Upstream selectors
Structs§
- Connection
Counting - an upstream selector that attempts to send requests to the upstream with the fewest open connections.
- Forward
Proxy - an upstream selector for forward proxy
- Random
Selector - a random upstream selector
- Round
Robin - an upstream selector that dispatches to upstreams in the order that they’re specified, wrapping
Traits§
- Into
Upstream Selector - represents something that can be used as an upstream selector
- Upstream
Selector - a trait for selecting the correct upstream