home *** CD-ROM | disk | FTP | other *** search
-
- <HTML>
- <HEAD>
- <TITLE>POE::Filter::HTTPD - POE HTTP 1.0 Protocol Abstraction</TITLE>
- <LINK REL="stylesheet" HREF="../../../../Active.css" TYPE="text/css">
- <LINK REV="made" HREF="mailto:">
- </HEAD>
-
- <BODY>
- <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
- <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
- <STRONG><P CLASS=block> POE::Filter::HTTPD - POE HTTP 1.0 Protocol Abstraction</P></STRONG>
- </TD></TR>
- </TABLE>
-
- <A NAME="__index__"></A>
- <!-- INDEX BEGIN -->
-
- <UL>
-
- <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
-
- <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
- <LI><A HREF="#description">DESCRIPTION</A></LI>
- <LI><A HREF="#public filter methods">PUBLIC FILTER METHODS</A></LI>
- <LI><A HREF="#see also">SEE ALSO</A></LI>
- <LI><A HREF="#bugs">BUGS</A></LI>
- <LI><A HREF="#authors & copyrights">AUTHORS & COPYRIGHTS</A></LI>
- </UL>
- <!-- INDEX END -->
-
- <HR>
- <P>
- <H1><A NAME="name">NAME</A></H1>
- <P>POE::Filter::HTTPD - POE HTTP 1.0 (Server Side) Protocol Abstraction</P>
- <P>
- <HR>
- <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
- <UL>
- <LI>Linux</LI>
- <LI>Solaris</LI>
- <LI>Windows</LI>
- </UL>
- <HR>
- <H1><A NAME="synopsis">SYNOPSIS</A></H1>
- <PRE>
- $httpd = new POE::Filter::HTTPD();
- $arrayref_with_http_response_as_string =
- $httpd->put($full_http_response_object);
- $arrayref_with_http_request_object =
- $line->get($arrayref_of_raw_data_chunks_from_driver);</PRE>
- <P>
- <HR>
- <H1><A NAME="description">DESCRIPTION</A></H1>
- <P>The HTTPD filter parses the first HTTP 1.0 request from an incoming
- stream into an HTTP::Request object. It accepts a single
- HTTP::Response object, and returns a HTTP 1.0 stream for sending.</P>
- <P>Please see the documentation for HTTP::Request and HTTP::Response.</P>
- <P>
- <HR>
- <H1><A NAME="public filter methods">PUBLIC FILTER METHODS</A></H1>
- <P>Please see POE::Filter.</P>
- <P>
- <HR>
- <H1><A NAME="see also">SEE ALSO</A></H1>
- <P>POE::Filter; POE::Filter::Line; POE::Filter::Reference;
- POE::Filter::Stream; HTTP::Request; HTTP::Response</P>
- <P>
- <HR>
- <H1><A NAME="bugs">BUGS</A></H1>
- <P>Keep-alive is not supported.</P>
- <P>
- <HR>
- <H1><A NAME="authors & copyrights">AUTHORS & COPYRIGHTS</A></H1>
- <P>The HTTPD filter was contributed by Artur Bergman.</P>
- <P>Please see the POE manpage for more information about authors and
- contributors.</P>
- <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
- <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
- <STRONG><P CLASS=block> POE::Filter::HTTPD - POE HTTP 1.0 Protocol Abstraction</P></STRONG>
- </TD></TR>
- </TABLE>
-
- </BODY>
-
- </HTML>
-