NAME
Gungho::Handler - Base Class For Gungho Handlers
SYNOPSIS
sub handle_response
{
my ($self, $c, $request, $response) = @_;
}
METHODS
handle_response($c, $request, response)
This is where you want to process the response.
Gungho::Handler - Base Class For Gungho Handlers
sub handle_response
{
my ($self, $c, $request, $response) = @_;
}
This is where you want to process the response.