Home
last modified time | relevance | path

Searched refs:http_error_301 (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Doc/library/
Durllib2.rst688 .. method:: HTTPRedirectHandler.http_error_301(req, fp, code, msg, hdrs)
696 The same as :meth:`http_error_301`, but called for the 'found' response.
701 The same as :meth:`http_error_301`, but called for the 'see other' response.
706 The same as :meth:`http_error_301`, but called for the 'temporary redirect'
/external/python/cpython3/Doc/library/
Durllib.request.rst855 .. method:: HTTPRedirectHandler.http_error_301(req, fp, code, msg, hdrs)
863 The same as :meth:`http_error_301`, but called for the 'found' response.
868 The same as :meth:`http_error_301`, but called for the 'see other' response.
873 The same as :meth:`http_error_301`, but called for the 'temporary redirect'
/external/python/cpython3/Lib/urllib/
Drequest.py749 http_error_301 = http_error_303 = http_error_307 = http_error_302 variable in HTTPRedirectHandler
2193 def http_error_301(self, url, fp, errcode, errmsg, headers, data=None): member in FancyURLopener
/external/python/cpython2/Lib/
Durllib2.py656 http_error_301 = http_error_303 = http_error_307 = http_error_302 variable in HTTPRedirectHandler
Durllib.py671 def http_error_301(self, url, fp, errcode, errmsg, headers, data=None): member in FancyURLopener