FreeBSD Manual Pages
Gungho::Handler(3) User Contributed Perl Documentation Gungho::Handler(3) 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. stop($reason) Stop the Handler. Place code that needs to be executed to shutdown the handler here. perl v5.32.0 2007-11-29 Gungho::Handler(3)
NAME | SYNOPSIS | METHODS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Gungho::Handler&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>