| Gungho documentation | view source | Contained in the Gungho distribution. |
Gungho::Handler - Base Class For Gungho Handlers
sub handle_response
{
my ($self, $c, $request, $response) = @_;
}
This is where you want to process the response.
Stop the Handler. Place code that needs to be executed to shutdown the handler here.
| Gungho documentation | view source | Contained in the Gungho distribution. |