NAME
Catalyst::Engine::CGI::Base - Base class for CGI Engines
DESCRIPTION
This is a base class for CGI engines.
OVERLOADED METHODS
This class overloads some methods from Catalyst::Engine
.
- $c->finalize_body
-
Prints the response output to STDOUT.
- $c->finalize_headers
- $c->prepare_body
- $c->prepare_connection
- $c->prepare_headers
- $c->prepare_path
- $c->run
SEE ALSO
AUTHOR
Sebastian Riedel, sri@cpan.org
Christian Hansen, ch@ngmedia.com
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.