Searched refs:GetNewHttp (Results 1 – 3 of 3) sorted by relevance
41 from gslib.util import GetNewHttp258 h = GetNewHttp()
88 from gslib.util import GetNewHttp169 self.http = GetNewHttp()373 return GetNewHttp(http_class=HttpWithDownloadStream)377 return GetNewHttp(http_class=HttpWithNoRetries)
465 def GetNewHttp(http_class=httplib2.Http, **kwargs): function