|
NAMEGungho::Handler - Base Class For Gungho HandlersSYNOPSISsub handle_response { my ($self, $c, $request, $response) = @_; } METHODShandle_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.
Visit the GSP FreeBSD Man Page Interface. |