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::Apache - Catalyst Apache Engine

SYNOPSIS

See Catalyst.

DESCRIPTION

This is a base class engine specialized for Apache (i.e. for mod_perl).

METHODS

$c->apache

Returns an Apache::Request object.

OVERLOADED METHODS

This class overloads some methods from Catalyst::Engine.

$c->finalize_body
$c->prepare_body
$c->prepare_connection
$c->prepare_headers
$c->prepare_parameters
$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.