Searched refs:download_http (Results 1 – 2 of 2) sorted by relevance
253 def WrapDownloadHttpRequest(download_http): argument366 request_orig = download_http.request380 download_http._request = types.MethodType(OverrideRequest, download_http)381 download_http.request = NewRequest383 return download_http
173 self.download_http = self._GetNewDownloadHttp()177 self.download_http)180 self.authorized_download_http = self.download_http669 self.download_http.stream = download_stream670 self.download_http.connections = {'https': download_http_class}