![]() |
Async requests - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Async requests (/thread-30120.html) |
Async requests - lukee - Oct-06-2020 Hello, Is there a way to have async requests in python using an http proxy, which has been set by the PAAS provider (pythonanywhere) on the requests module but not aiohttp which uses the websocket API ? Thanks. |