Searched refs:follow_redirects (Results 1 – 13 of 13) sorted by relevance
/external/python/oauth2client/tests/ |
D | http_mock.py | 83 self.follow_redirects = True
|
/external/python/httplib2/doc/html/ |
D | objects.inv | 11 httplib2.Http.follow_redirects attribute libhttplib2.html
|
D | searchindex.js | 1 …delete":[1,1]},"httplib2.Http":{forward_authorization_headers:[1,2],follow_redirects:[1,2],request… property
|
/external/python/httplib2/doc/html/_sources/ |
D | libhttplib2.txt | 290 .. attribute:: Http.follow_redirects 295 'follow_redirects' takes precedence over a True 'follow_all_redirects'. Another 297 'follow_redirects' must be True. 305 False 'follow_redirects' takes precedence over a True 'follow_all_redirects'. 307 'follow_redirects' must be True.
|
/external/python/httplib2/doc/ |
D | libhttplib2.rst | 290 .. attribute:: Http.follow_redirects 295 'follow_redirects' takes precedence over a True 'follow_all_redirects'. Another 297 'follow_redirects' must be True. 305 False 'follow_redirects' takes precedence over a True 'follow_all_redirects'. 307 'follow_redirects' must be True.
|
/external/python/httplib2/tests/ |
D | test_http.py | 195 http.follow_redirects = False 284 http.follow_redirects = False 425 http.follow_redirects = False
|
/external/python/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/python/httplib2/python2/httplib2/ |
D | __init__.py | 1488 follow_redirects=True, argument 1497 follow_redirects=follow_redirects, 1668 self.follow_redirects = True 1874 if self.follow_redirects and response.status in self.redirect_codes:
|
/external/python/httplib2/python2/ |
D | httplib2test.py | 451 self.http.follow_redirects = False 497 self.http.follow_redirects = False 678 self.http.follow_redirects = False
|
/external/python/httplib2/python3/ |
D | httplib2test.py | 429 self.http.follow_redirects = False 474 self.http.follow_redirects = False 645 self.http.follow_redirects = False
|
/external/python/google-api-python-client/tests/ |
D | test_http.py | 461 self.assertEqual(True, self.request.http.follow_redirects) 500 self.assertEqual(True, self.request.http.follow_redirects)
|
/external/python/httplib2/python3/httplib2/ |
D | __init__.py | 1475 self.follow_redirects = True 1680 if self.follow_redirects and response.status in self.redirect_codes:
|
/external/python/google-api-python-client/googleapiclient/ |
D | http.py | 1742 self.follow_redirects = True
|