Searched refs:follow_redirects (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
D | rest_api.py | 188 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/ |
D | http_mock.py | 92 self.follow_redirects = True
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
D | libhttplib2.tex | 257 \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__.py | 1084 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/ |
D | task.py | 37 follow_redirects=False,
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | gcs_json_media.py | 307 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__.py | 900 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/ |
D | httplib2test.py | 302 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/ |
D | httplib2test.py | 322 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/ |
D | http.py | 1519 self.follow_redirects = True
|