Expand description
Protocol-aware routing path resolution.
resolve_routing_path translates a proxy’s advertised capabilities and
the caller’s transport preference into a concrete RoutingPath that the
HTTP client layer uses when opening a connection.
Enums§
- Transport
Preference - Preference expressed by the caller when acquiring a proxy.
Functions§
- resolve_
routing_ path - Resolve the
RoutingPathfor a request given proxy capabilities and the caller’s transport preference.