Home
last modified time | relevance | path

Searched refs:follow_redirects (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
Drest_api.py188 follow_redirects=False)
224 follow_redirects=False): argument
253 headers=headers, follow_redirects=follow_redirects,
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dhttp_mock.py92 self.follow_redirects = True
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
Dlibhttplib2.tex257 \begin{memberdesc}[Http]{follow_redirects}
261 Note that a False 'follow_redirects' takes precedence over a True 'follow_all_redirects'.
262 Another way of saying that is for 'follow_all_redirects' to have any affect, 'follow_redirects'
278 Note that a False 'follow_redirects' takes precedence over a True 'follow_all_redirects'.
279 Another way of saying that is for 'follow_all_redirects' to have any affect, 'follow_redirects'
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
D__init__.py1084 allow_truncated=False, follow_redirects=True, argument
1088 follow_redirects=follow_redirects, deadline=deadline,
1189 self.follow_redirects = True
1335 if self.follow_redirects and response.status in [300, 301, 302, 303, 307]:
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
Dtask.py37 follow_redirects=False,
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dgcs_json_media.py307 if self.follow_redirects and response.status in [300, 301, 302,
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
D__init__.py900 self.follow_redirects = True
1044 if self.follow_redirects and response.status in [300, 301, 302, 303, 307]:
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/
Dhttplib2test.py302 self.http.follow_redirects = False
347 self.http.follow_redirects = False
512 self.http.follow_redirects = False
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/
Dhttplib2test.py322 self.http.follow_redirects = False
368 self.http.follow_redirects = False
558 self.http.follow_redirects = False
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Dhttp.py1519 self.follow_redirects = True