-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-clientArea: client.Area: client.C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.K-hyper-utilCrate: hyper-utilCrate: hyper-util
Description
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.
Metadata
Metadata
Assignees
Labels
A-clientArea: client.Area: client.C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.K-hyper-utilCrate: hyper-utilCrate: hyper-util