Class
mechanize._urllib2_support.HTTPRefreshProcessor

Perform HTTP Refresh redirections.

Note that if a non-200 HTTP code has occurred (for example, a 30x redirect), this processor will do nothing.

By default, only zero-time Refresh headers are redirected. Use the max_time attribute / constructor argument to allow Refresh with longer pauses. Use the honor_time attribute / constructor argument to control whether the requested pause is honoured (with a time.sleep()) or skipped in favour of immediate redirection.

Public attributes:

max_time: see above honor_time: see above

Base classes

Implemented Interfaces

There are no implemented interfaces.

Attributes/Properties

Methods

Known Subclasses

There are no known subclasses.