Home
last modified time | relevance | path

Searched refs:HTTPRedirectHandler (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_urllib2.py1162 h = urllib.request.HTTPRedirectHandler()
1219 self.assertEqual(count, urllib.request.HTTPRedirectHandler.max_repeats)
1231 urllib.request.HTTPRedirectHandler.max_redirections)
1238 h = urllib.request.HTTPRedirectHandler()
1258 h = urllib.request.HTTPRedirectHandler()
1277 hrh = urllib.request.HTTPRedirectHandler()
1287 hrh = urllib.request.HTTPRedirectHandler()
/third_party/python/Doc/library/
Durllib.request.rst144 :class:`HTTPDefaultErrorHandler`, :class:`HTTPRedirectHandler`,
289 .. class:: HTTPRedirectHandler()
827 HTTPRedirectHandler Objects
837 HTTPRedirectHandler is presented with a redirected URL which is not an HTTP,
841 .. method:: HTTPRedirectHandler.redirect_request(req, fp, code, msg, hdrs, newurl)
860 .. method:: HTTPRedirectHandler.http_error_301(req, fp, code, msg, hdrs)
866 .. method:: HTTPRedirectHandler.http_error_302(req, fp, code, msg, hdrs)
871 .. method:: HTTPRedirectHandler.http_error_303(req, fp, code, msg, hdrs)
876 .. method:: HTTPRedirectHandler.http_error_307(req, fp, code, msg, hdrs)
/third_party/python/Lib/urllib/
Drequest.py580 HTTPDefaultErrorHandler, HTTPRedirectHandler,
645 class HTTPRedirectHandler(BaseHandler): class
/third_party/python/Doc/howto/
Durllib2.rst519 ``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,