
Tanker::Request - a blessed hash full of variables

use Tanker::Request;
my $request = new Tanker::Request (%vars); print $request->get_data();

This class gets instantiated by a Tanker::RequestGenerator and passed to a pipeline where it is handed off to the handle method of all the plugins in the pipeline and then, finally, handed to a Tanker::ResponseHandler;

Simon Wistow <simon@thegestalt.org>

Tanker, Tanker::Config, Tanker::RequestGenerator, Tanker::ResponseHandler, Tanker::Plugin;