NAME
OpenFrame::Server::HTTP - Provide standalone HTTP access to OpenFrame
SYNOPSIS
use OpenFrame::Server::HTTP;
my $h = OpenFrame::Server::HTTP->new($config);
$h->handle();
DESCRIPTION
OpenFrame::Server::HTTP
provides a standalone webserver which gives web access to an OpenFrame application (without having to set up Apache). The port that the webserver listens on is set by the value of the server_http_port key in the configuration, although it defaults to port 8000.
NOTES
This module requires HTTP::Daemon to be installed.
AUTHOR
Leon Brocard <leon@fotango.com>