Closed
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.