Create Proxy Matcher util #3850
Labels
A-client
Area: client.
C-feature
Category: feature. This is adding a new feature.
K-hyper-util
Crate: hyper-util
Create a type in
hyper_util::client::proxy
that can be configured with proxy matching rules. It should be easy to also construct one based of environment variables, or system proxies.Note, this isn't a proxy
Service
. Just a type that when we ask "does this URL need a proxy", it can answer with the proxy's URL, type, auth, etc.For prior art, there's a similar type used internally in reqwest.
The text was updated successfully, but these errors were encountered: