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

NAME

Maypole::HTTPD - Stand alone HTTPD for running Maypole Applications

SYNOPSIS

  use Maypole::HTTPD;
  my $httpd=Maypole::HTTPD->new(module=>"BeerDB");
  $httpd->run();

DESCRIPTION

This is a stand-alone HTTPD for running your Maypole Applications.

new

The constructor. Takes a hash of arguments. Currently supported: port - TCP port to listen to module - Maypole application Module name.

module

Accessor for application module.

handle_request

Handles the actual request processing. Should not be called directly.

SEE ALSO

Maypole

AUTHOR

Marcus Ramberg, <marcus@thefeed.no<gt> Based on Simon Cozens' original implementation.

COPYRIGHT AND LICENSE

Copyright 2004 by Marcus Ramberg

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.