Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/18.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/sql-server-2005/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
带代理的Python异步请求_Python_Python 3.x_Asynchronous_Pythonanywhere - Fatal编程技术网

带代理的Python异步请求

带代理的Python异步请求,python,python-3.x,asynchronous,pythonanywhere,Python,Python 3.x,Asynchronous,Pythonanywhere,有没有一种方法可以在python中使用http代理进行异步请求,http代理是由PAAS提供程序(PythonyWhere)在请求模块上设置的,而不是使用websocket API的aiohttp 谢谢。封面介绍了如何设置代理以及您需要的详细信息。您完全正确,谢谢。这看起来很简单,但我对python还不熟悉,所以错过了它。如果你愿意,我可以把它标为答案。

有没有一种方法可以在python中使用http代理进行异步请求,http代理是由PAAS提供程序(PythonyWhere)在请求模块上设置的,而不是使用websocket API的aiohttp


谢谢。

封面介绍了如何设置代理以及您需要的详细信息。您完全正确,谢谢。这看起来很简单,但我对python还不熟悉,所以错过了它。如果你愿意,我可以把它标为答案。