Home
last modified time | relevance | path

Searched refs:http_class (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dutil.py465 def GetNewHttp(http_class=httplib2.Http, **kwargs): argument
497 http = http_class(proxy_info=proxy_info, **kwargs)
Dgcs_json_api.py373 return GetNewHttp(http_class=HttpWithDownloadStream)
377 return GetNewHttp(http_class=HttpWithNoRetries)