Python Forum

Full Version: Async requests
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.