Man Page: poe::filter::httphead
Operating Environment: debian
Section: 3pm
POE::Filter::HTTPHead(3pm) User Contributed Perl Documentation POE::Filter::HTTPHead(3pm)NAMEPOE::Filter::HTTPHead - filter data as HTTP::Response objectsVERSIONversion 0.947SYNOPSYS$filter = POE::Filter::HTTPHead->new(); $arrayref_of_response_objects = $filter->get($arrayref_of_raw_chunks_from_driver); $arrayref_of_leftovers = $filter->get_pending();DESCRIPTIONThe HTTPHead filter turns stream data that has the appropriate format into a HTTP::Response object. In an all-POE world, this would sit on the other end of a connection as POE::Filter::HTTPD new Creates a new filter to parse HTTP headers. Takes no parameters, and returns a shiny new POE::Filter::HTTPHead object.METHODSSee POE::Filter for documentation of the public API. get_pending Returns unparsed data pending in this filter's input buffer. It's used by POE::Wheel objects to seamlessly switch between filters. Details may be found in the POE::Filter documentation. perl v5.14.2 2012-06-03 POE::Filter::HTTPHead(3pm)
| Related Man Pages |
|---|
| poe::driver::sysrw(3pm) - debian |
| poe::filter::ircd(3pm) - debian |
| poe::filter::line(3pm) - debian |
| poe::filter::map(3pm) - debian |
| poe::filter::xml(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Detecting unused variables... |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |