Home
last modified time | relevance | path

Searched refs:redirections (Results 1 – 25 of 36) 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/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/python/apitools/apitools/base/py/
Dhttp_wrapper.py314 redirections=5, argument
349 http, http_request, redirections=redirections,
363 def _MakeRequestNoRetry(http, http_request, redirections=5, argument
400 redirections=redirections, connection_type=connection_type)
Dtransfer.py856 self.http, refresh_request, redirections=0,
/external/curl/docs/cmdline-opts/
Dmax-redirs.d8 is used to prevent curl from following redirections too much. By default, the
9 limit is set to 50 redirections. Set this option to -1 to make it unlimited.
Dpost303.d9 requests when following 303 redirections. A server may require a POST to
Dwrite-out.d154 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/google-api-python-client/googleapiclient/
Dhttp.py1702 redirections=1, argument
1750 redirections=1, argument
1797 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument
1812 redirections=redirections,
1847 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument
1865 redirections=redirections,
/external/python/httplib2/python2/httplib2/
D__init__.py1829 redirections, argument
1877 if redirections:
1922 redirections=redirections - 1,
1952 redirections=DEFAULT_MAX_REDIRECTS, argument
2095 if redirections <= 0:
2105 redirections=redirections - 1,
2149 redirections,
2191 redirections,
/external/python/httplib2/python3/httplib2/
D__init__.py1635 redirections, argument
1683 if redirections:
1728 redirections=redirections - 1,
1758 redirections=DEFAULT_MAX_REDIRECTS, argument
1897 if redirections <= 0:
1907 redirections=redirections - 1,
1951 redirections,
1993 redirections,
/external/one-true-awk/testdir/
DT.redir1 echo T.redir: test redirections
/external/libxml2/python/
DTODO45 - error redirections and preformat
/external/python/httplib2/tests/
Dtest_http.py359 http.request(uri, "GET", redirections=1)
368 response, content = http.request(uri, "GET", redirections=1)
/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/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/
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.py95 redirections=httplib2.DEFAULT_MAX_REDIRECTS, argument
105 uri, method, body, headers, 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/one-true-awk/
DChangeLog16 and pipe redirections that aren't stdin/stdout/stderr.
/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)

12