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.
There are no implemented interfaces.
handler_order
(type:
int
)
500
add_parent(parent)
close()
http_request(request)
http_response(request, response)
https_request(request)
https_response(request, response)
There are no known subclasses.