The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tanker::ResponseHandler - a base class for all Tanker Response Handlers

SYNOPSIS

use Tanker::ResponseHandler;

my $handler = new Tanker::Handler($pipeline);

$handler->handle($request);

this class isn't designed to be used directly but subclassed and the handle method overridden

DESCRIPTION

When a Request has travelled down a pipeline it will be passed to each ResponseHandler one after another and then they can deal with it however they want.

AUTHOR

Simon Wistow <simon@thegestalt.org>

SEE ALSO

Tanker, Tanker::Config, Tanker::RequestGenerator, Tanker::Plugin, Tanker::Request;