Searched refs:http_class (Results 1 – 2 of 2) sorted by relevance
465 def GetNewHttp(http_class=httplib2.Http, **kwargs): argument497 http = http_class(proxy_info=proxy_info, **kwargs)
373 return GetNewHttp(http_class=HttpWithDownloadStream)377 return GetNewHttp(http_class=HttpWithNoRetries)