NAME
Tanker::RequestGenerator - a module to inject requests down a pipeline
SYNOPSIS
use Tanker::RequestGenerator;
my $rg = new Tanker::RequestGenerator ($request) $rg->run()
This is a base class and is suppsoed to be overridden.
DESCRIPTION
A request generator sits and generates requests which it pumps down the pipeline passed to its constructor.
AUTHOR
Simon Wistow <simon@thegestalt.org>
SEE ALSO
Tanker::Config, Tanker, Tanker::Plugin, Tanker::ResponseHandler, Tanker::Request;