sonic182 / aiosonic

A very fast Python asyncio http client
https://aiosonic.readthedocs.io/en/latest/
MIT License
142 stars 19 forks source link

proxy support not only in the client, but in requests suggestion #450

Open mehh0vcki opened 9 months ago

mehh0vcki commented 9 months ago

Is your feature request related to a problem? Please describe. no, its not.

Describe the solution you'd like i want to have proxy support in requests, like what aiohttp have.

Describe alternatives you've considered hi. ii'm new to this library, and because of the code I'm creating now, i'm using proxies. since im constantly making requests, i need to switch proxies every once in a while, but with library docs information, you can put the proxy you want to use only in the client and not in the request, like aiohttp can do. so, in a nutshell, can you add proxy support not only in the client but also in requests? thanks!

realnovak commented 6 months ago

Do it yourself