Searched refs:http_error_301 (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Doc/library/ |
D | urllib.request.rst | 860 .. method:: HTTPRedirectHandler.http_error_301(req, fp, code, msg, hdrs) 868 The same as :meth:`http_error_301`, but called for the 'found' response. 873 The same as :meth:`http_error_301`, but called for the 'see other' response. 878 The same as :meth:`http_error_301`, but called for the 'temporary redirect'
|
/third_party/python/Lib/urllib/ |
D | request.py | 751 http_error_301 = http_error_303 = http_error_307 = http_error_302 variable in HTTPRedirectHandler 2199 def http_error_301(self, url, fp, errcode, errmsg, headers, data=None): member in FancyURLopener
|