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::Base - Base class for Apache Engines

SYNOPSIS

See Catalyst.

DESCRIPTION

This is a base class for Apache Engines.

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_path
$c->prepare_request($r)
$c->run

SEE ALSO

Catalyst Catalyst::Engine.

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.