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