Create Proxy Connectors #3851
Labels
A-client
Area: client.
C-feature
Category: feature. This is adding a new feature.
E-easy
Effort: easy. A task that would be a great starting point for a new contributor.
K-hyper-util
Crate: hyper-util
Add types to
hyper_util::client::proxy
thatimpl Service
, wrapping another connector, and providing HTTP proxying.There's different required behavior depending on the type of proxy, and by having each one separate, people can by then combine them with something like
tower::Either
.Tunnel
proxy service which does HTTP CONNECT tunneling.Socks
proxy service.The text was updated successfully, but these errors were encountered: