aiohttp socks:用于aiohttp的代理(HTTPSOCKS)连接器 源码
aiohttp-袜子 aiohttp-socks软件包为提供了代理连接器。 支持SOCKS4(a),SOCKS5,HTTP(隧道)以及代理链。 它使用实现核心代理功能。 要求 Python> = 3.6 aiohttp> = 2.3.2 python-socks [asyncio]> = 1.0.1 安装 pip install aiohttp_socks 用法 aiohttp用法: import aiohttp from aiohttp_socks import ProxyType , ProxyConnector , ChainProxyConnector async def fe
用户评论