python httplib長鏈接

httpClient = httplib.HTTPConnection('127.0.0.1', 8090) for url in url_for_mem_list: httpClient.request('GET', '/hot' + url[4:], "", {"Connection":"Keep-Alive"}) response = httpClient.getresponse() res
相關文章
相關標籤/搜索