Class
mechanize._urllib2_support.HTTPErrorProcessor

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.error methods, via the OpenerDirector.error method. Eventually, urllib2.HTTPDefaultErrorHandler will raise an HTTPError if no other handler handles the error.

Base classes

Implemented Interfaces

There are no implemented interfaces.

Attributes/Properties

Methods

Known Subclasses

There are no known subclasses.