Searched refs:http_error_303 (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/urllib/ |
D | request.py | 749 http_error_301 = http_error_303 = http_error_307 = http_error_302 2197 def http_error_303(self, url, fp, errcode, errmsg, headers, data=None): member in FancyURLopener
|
/external/python/cpython2/Lib/ |
D | urllib2.py | 656 http_error_301 = http_error_303 = http_error_307 = http_error_302
|
D | urllib.py | 675 def http_error_303(self, url, fp, errcode, errmsg, headers, data=None): member in FancyURLopener
|
/external/python/cpython2/Doc/library/ |
D | urllib2.rst | 699 .. method:: HTTPRedirectHandler.http_error_303(req, fp, code, msg, hdrs)
|
/external/python/cpython3/Doc/library/ |
D | urllib.request.rst | 866 .. method:: HTTPRedirectHandler.http_error_303(req, fp, code, msg, hdrs)
|