-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-clientArea: client.Area: client.
Description
I imagine some sort of Proxy
type being added a property of Client
, with a corresponding set_proxy(Option<Proxy>)
method.
Use of a proxy can have different requirements: all requests, only https requests, only http... So it would probably mean Proxy
would be an enum... and the proxy would be consulted in the RequestBuilder.send
method.
thijsc, ayax79 and jonas-schievink
Metadata
Metadata
Assignees
Labels
A-clientArea: client.Area: client.