[X] I believe the idea is awesome and would benefit the framework
[X] 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.