Gungho::Handler - Base Class For Gungho Handlers


Gungho documentation  | view source Contained in the Gungho distribution.

Index


NAME

Top

Gungho::Handler - Base Class For Gungho Handlers

SYNOPSIS

Top

  sub handle_response
  {
     my ($self, $c, $request, $response) = @_;
  }

METHODS

Top

handle_response($c, $request, response)

This is where you want to process the response.

stop($reason)

Stop the Handler. Place code that needs to be executed to shutdown the handler here.


Gungho documentation  | view source Contained in the Gungho distribution.