Tanker::Request - a blessed hash full of variables


Tanker documentation  | view source Contained in the Tanker distribution.

Index


SYNOPSIS

Top

use Tanker::Request;

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

DESCRIPTION

Top

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

Top

Simon Wistow <simon@thegestalt.org>

SEE ALSO

Top

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


Tanker documentation  | view source Contained in the Tanker distribution.