Process HTTP error responses.
The purpose of this handler is to to allow other response processors a look-in by removing the call to parent.error() from AbstractHTTPHandler.
For non-200 error codes, this just passes the job on to the
Handler. methods, via the OpenerDirector.error
method. Eventually, urllib2.HTTPDefaultErrorHandler will raise an
HTTPError if no other handler handles the error.
There are no implemented interfaces.
handler_order
(type:
int
)
1000
add_parent(parent)
close()
http_response(request, response)
https_response(request, response)
There are no known subclasses.