我在我的Python脚本中使用了很棒的Requests库:
import requests r = requests.get("some-site.com") print r.text
我想用socks代理.但是Requests现在只支持HTTP代理.
我怎样才能做到这一点?
python proxy socks python-requests
proxy ×1
python ×1
python-requests ×1
socks ×1