为了账号安全,请及时绑定邮箱和手机立即绑定

httpclient.AsyncHTTPClient如何使用代理请求一个http服务?

httpclient.AsyncHTTPClient如何使用代理请求一个http服务?

米琪卡哇伊 2018-10-17 21:15:22
描述你的问题我在torando服务端需要使用tornado.httpclient.AsyncHTTPClient通过代理请求一个http服务,但是抛出了NotImplementedError: proxy_host not supported 的错误。请问有什么好的解决方案吗?难道tornado的异步请求httpclient不支持代理?贴上相关代码@asynchronous@gen.coroutinedef get(self):   req = tornado.httpclient.HTTPRequest('http://****',    proxy_host='Proxy_IP_Address', proxy_port=8888)    response = yield AsyncHTTPClient().fetch(req)       result=response.body    self.write(str(result))       self.finish()贴上报错信息NotImplementedError: proxy_host not supported贴上相关截图已经尝试过哪些方法仍然没解决(附上相关链接)
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 1698 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信