You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add types to hyper_util::client::proxy that impl 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.