NAME
Catalyst::Engine::Apache - Catalyst Apache Engine
SYNOPSIS
See Catalyst.
DESCRIPTION
This is the Catalyst engine specialized for Apache (i.e. for mod_perl).
METHODS
- $c->apache_request
-
Returns an
Apache::Request
object. - $c->original_request
-
Returns the original Apache request object.
OVERLOADED METHODS
This class overloads some methods from Catalyst::Engine
.
- $c->finalize_headers
- $c->finalize_output
- $c->prepare_connection
- $c->prepare_headers
- $c->prepare_parameters
- $c->prepare_path
- $c->prepare_request($r)
- $c->prepare_uploads
SEE ALSO
AUTHOR
Sebastian Riedel, sri@cpan.org
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.