Home
last modified time | relevance | path

Searched refs:GetNewHttp (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dsignurl.py41 from gslib.util import GetNewHttp
258 h = GetNewHttp()
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dgcs_json_api.py88 from gslib.util import GetNewHttp
169 self.http = GetNewHttp()
373 return GetNewHttp(http_class=HttpWithDownloadStream)
377 return GetNewHttp(http_class=HttpWithNoRetries)
Dutil.py465 def GetNewHttp(http_class=httplib2.Http, **kwargs): function