NAME

POE::Filter::HTTPD - Supports the HTTP 1.0 Protocol

SYNOPSIS

  $httpd = new POE::Filter::HTTPD();

  $http_response_as_string = $httpd->put($full_http_response_object);

  $http_request_object = $line->get($http_request_string);

DESCRIPTION

Breaks up a httpstream into a HTTP::Request object, accepts a HTTP::Response object that it sends back to the client.

PUBLIC METHODS

Please see POE::Filter for explanations.

EXAMPLES

Please see tests/httptest.perl for examples of POE::Filter::HTTPD.

BUGS

None known.

CONTACT AND COPYRIGHT

Copyright 1998 Rocco Caputo <troc@netrus.net>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.