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
I believe the idea is awesome and would benefit the framework
I have searched in the issue tracker for similar requests, including closed ones
Description
Currently, the Client.proxy parameter only takes a dict, which can be confusing. I suggest adding a Proxy type and ProxyScheme enum to improve clarity and make the available parameters and schemes explicit.
Checklist
Description
Currently, the
Client.proxy
parameter only takes adict
, which can be confusing. I suggest adding aProxy
type andProxyScheme
enum to improve clarity and make the available parameters and schemes explicit.Example usage:
I’m happy to submit a PR to implement this feature. Let me know if you're open to it.
The text was updated successfully, but these errors were encountered: