Python下HttpHTTPClient和AsyncHTTPClient
摘要:
HTTPClient 使用例子: from tornado.httpclient import HTTPClient def synchronous_fetch(url): http_client = HTTPClient() response = http_client.fetch(url) re 阅读全文
posted @ 2016-07-07 10:46 折翼的飞鸟 阅读(7012) 评论(0) 推荐(0)
浙公网安备 33010602011771号