The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

Catalyst.

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.