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
Hello,
Great addon for asyncio !
I would like to allow authentification like: proxies=[ "user:[email protected]:80", "user:[email protected]:80" # ... ],
Could you add this feature ?
The text was updated successfully, but these errors were encountered:
Do you know what format proxies usually use when setting them directly in aiohttp? I've came across this package here: https://pypi.org/project/aiohttp-proxy/ - Do you think this would be a better solution for this issue?
Hello,
Great addon for asyncio !
I would like to allow authentification like:
proxies=[ "user:[email protected]:80", "user:[email protected]:80" # ... ],
Could you add this feature ?
The text was updated successfully, but these errors were encountered: