logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FCGI::Engine::Core - A base class for various FCGI::Engine flavors

Author

       Stevan Little <stevan@iinteractive.com>

Bugs

       All complex software has bugs lurking in it, and this module is no exception. If you find a bug please
       either email me, or add the bug to cpan-RT.

Description

       This is a base class for various FCGI::Engine flavors, it should be possible to subclass this to add
       different approaches to FCGI::Engine.

       The basic FCGI::Engine shows a Catalyst/CGI::Application style approach with a simple handler class,
       while the FCGI::Engine::PSGI shows how this can be used to run things like PSGI applications.

       This class is mostly of interest to other FCGI::Engine flavor developers, who should pretty much just
       read the source. The relevant docs are to be found in FCGI::Engine and FCGI::Engine::PSGI.

Name

       FCGI::Engine::Core - A base class for various FCGI::Engine flavors

See Also