Searched refs:HTTPRedirectHandler (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
D | test_urllib2.py | 1162 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/ |
D | urllib.request.rst | 144 :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/ |
D | request.py | 580 HTTPDefaultErrorHandler, HTTPRedirectHandler, 645 class HTTPRedirectHandler(BaseHandler): class
|
/third_party/python/Doc/howto/ |
D | urllib2.rst | 519 ``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,
|