NAME
Tanker::Request - a blessed hash full of variables
SYNOPSIS
use Tanker::Request;
my $request = new Tanker::Request (%vars); print $request->get_data();
DESCRIPTION
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;
AUTHOR
Simon Wistow <simon@thegestalt.org>
SEE ALSO
Tanker, Tanker::Config, Tanker::RequestGenerator, Tanker::ResponseHandler, Tanker::Plugin;