Class
mechanize._urllib2_support.HTTPRefererProcessor

Add Referer header to requests.

This only makes sense if you use each RefererProcessor for a single chain of requests only (so, for example, if you use a single HTTPRefererProcessor to fetch a series of URLs extracted from a single page, this will break).

There's a proper implementation of this in module mechanize.

Base classes

Implemented Interfaces

There are no implemented interfaces.

Attributes/Properties

Methods

Known Subclasses

There are no known subclasses.