POE/Component/Server/HTTP

This is a nearly stable release of PoCo::Server::HTTP It makes it easy to write HTTP servers in POE.

The design is roughly based on the ideas of mod_perl and lets you add hooks and intercept in a numbber of different stages.

Look at the test cases in t/ if you want help. In particular, t/20_stream.t contains a good example of multipart/mixed responses.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

COPYRIGHT AND LICENCE

Released under the same terms as POE

Copyright (C) 2002 Arthur Bergman
Copyright (C) 2005 Philip Gwyn