POE::Component::Server::HTTP

sky on 2001-09-10T13:25:42

Perldate #11973

Whee, I just silenced the last warning when building perl with threads and 64bit platforms on my main platform. Life is good.

This weekend was productive, I am nearly finished with the base POE::Componenet::HTTP::Server. It is a simple module for dealing with http requests. It is mildly modeled around some ideas taken from apache. It supports.

  • TransHandler
  • Per directory stackable Pre, Content and Post handlers
  • Streaming output with watermark and timebased callback
  • Asynchronous callback and restart of callback dispatching.
  • Pretty decent speed.
  • Uses URI, HTTP::Response/HTTP::Request and other standard modules.

Arthur