Searched refs:http_error_307 (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/urllib/ |
D | request.py | 751 http_error_301 = http_error_303 = http_error_307 = http_error_302 2207 def http_error_307(self, url, fp, errcode, errmsg, headers, data=None): member in FancyURLopener
|
/third_party/python/Doc/library/ |
D | urllib.request.rst | 876 .. method:: HTTPRedirectHandler.http_error_307(req, fp, code, msg, hdrs)
|