urllib2.HTTPRedirectHandler

class urllib2.HTTPRedirectHandler[source]

Methods

__lt__(other)
add_parent(parent)
close()
http_error_301(req, fp, code, msg, headers)
http_error_302(req, fp, code, msg, headers)
http_error_303(req, fp, code, msg, headers)
http_error_307(req, fp, code, msg, headers)
redirect_request(req, fp, code, msg, ...) Return a Request or None in response to a redirect.