Home
last modified time | relevance | path

Searched refs:redirections (Results 1 – 25 of 32) sorted by relevance

12

/external/python/oauth2client/oauth2client/
Dtransport.py148 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument
169 redirections, connection_type)
187 redirections, connection_type)
218 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument
226 headers, redirections,
239 redirections, connection_type)
/external/python/apitools/apitools/base/py/
Dhttp_wrapper.py309 redirections=5, argument
340 http, http_request, redirections=redirections,
354 def _MakeRequestNoRetry(http, http_request, redirections=5, argument
391 redirections=redirections, connection_type=connection_type)
Dtransfer.py798 self.http, refresh_request, redirections=0,
/external/autotest/client/deps/fakegudev/src/
Dfakesyscalls.c120 gchar **redirections; in setup_redirection_map() local
141 redirections = g_strsplit (buf, ";", 0); in setup_redirection_map()
144 for (redirections_iter = redirections; in setup_redirection_map()
186 g_strfreev (redirections); in setup_redirection_map()
/external/curl/docs/cmdline-opts/
Dmax-redirs.d7 is used to prevent curl from following redirections too much. By default, the
8 limit is set to 50 redirections. Set this option to -1 to make it unlimited.
Dpost303.d8 requests when following 303 redirections. A server may require a POST to
Dwrite-out.d139 redirections. (Added in 7.12.3)
/external/python/oauth2client/tests/
Dhttp_mock.py45 redirections=1, argument
90 redirections=1, argument
Dtest_service_account.py478 redirections=0, connection_type=None): argument
513 redirections=0, connection_type=None): argument
/external/python/httplib2/python3/httplib2/
D__init__.py1579 redirections, argument
1627 if redirections:
1672 redirections=redirections - 1,
1702 redirections=DEFAULT_MAX_REDIRECTS, argument
1829 if redirections <= 0:
1839 redirections=redirections - 1,
1883 redirections,
1925 redirections,
/external/python/httplib2/python2/httplib2/
D__init__.py1780 redirections, argument
1828 if redirections:
1873 redirections=redirections - 1,
1903 redirections=DEFAULT_MAX_REDIRECTS, argument
2038 if redirections <= 0:
2048 redirections=redirections - 1,
2092 redirections,
2134 redirections,
/external/python/google-api-python-client/googleapiclient/
Dhttp.py1627 redirections=1, argument
1672 redirections=1, argument
1714 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument
1724 redirections, connection_type)
1753 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument
1765 redirections, connection_type)
/external/libxml2/python/
DTODO45 - error redirections and preformat
/external/python/httplib2/tests/
Dtest_http.py361 http.request(uri, "GET", redirections=1)
370 response, content = http.request(uri, "GET", redirections=1)
/external/python/httplib2/doc/
Dlibhttplib2.rst151 The maximum number of redirections was reached without coming to a final URI.
243 .. method:: Http.request(uri, [method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDI…
259 *redirections*. The default is 5.
/external/python/httplib2/doc/html/_sources/
Dlibhttplib2.txt151 The maximum number of redirections was reached without coming to a final URI.
243 .. method:: Http.request(uri, [method="GET", body=None, headers=None, redirections=DEFAULT_MAX_REDI…
259 *redirections*. The default is 5.
/external/python/httplib2/
Dlibhttplib2.tex126 The maximum number of redirections was reached without coming to a final URI.
217 …[Http]{request}{uri, \optional{method="GET", body=None, headers=None, redirections=DEFAULT_MAX_RED…
230 The maximum number of redirect to follow before raising an exception is \var{redirections}. The def…
/external/python/google-api-python-client/tests/
Dtest_http.py89 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument
98 redirections, connection_type)
/external/python/cpython2/Doc/library/
Durllib2.rst19 redirections, cookies and more.
212 A class to handle redirections.
664 Some HTTP redirections require action from this module's client code. If this
/external/python/cpython2/Doc/howto/
Durllib2.rst407 redirections or HTTP cookies.
411 opener that does not handle redirections.
/external/python/cpython3/Doc/howto/
Durllib2.rst428 redirections or HTTP cookies.
432 opener that does not handle redirections.
/external/python/httplib2/python2/
Dhttplib2test.py542 (response, content) = self.http.request(uri, "GET", redirections=1)
552 (response, content) = self.http.request(uri, "GET", redirections=1)
/external/python/httplib2/python3/
Dhttplib2test.py519 (response, content) = self.http.request(uri, "GET", redirections=1)
529 (response, content) = self.http.request(uri, "GET", redirections=1)
/external/python/cpython3/Doc/library/
Durllib.request.rst17 authentication, redirections, cookies and more.
287 A class to handle redirections.
808 Some HTTP redirections require action from this module's client code. If this
/external/python/cpython2/Misc/NEWS.d/
D2.7.2rc1.rst592 Make urllib and urllib2 ignore redirections if the scheme is not HTTP, HTTPS

12