Home
last modified time | relevance | path

Searched refs:http_error_307 (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/urllib/
Drequest.py751 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/
Durllib.request.rst876 .. method:: HTTPRedirectHandler.http_error_307(req, fp, code, msg, hdrs)