The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maypole::HTTPD::Frontend - Maypole driver class for Maypole::HTTPD

DESCRIPTION

This is a simple CGI based Maypole driver for Maypole::HTTPD. It's used automatically as the frontend by Maypole::Application.

It overrides the following functions in CGI::Maypole:

get_request

Instantiates a CGI object representing the request.

send_output

Stores generated output in a buffer.

output_now

Actually output what's been buffered by send_output. Used by Maypole::HTTPD

SEE ALSO

Maypole, Maypole::HTTPD