[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#552284: ITP: libpoe-filter-http-parser-perl -- A HTTP POE filter for HTTP clients or servers



Package: wnpp
Owner: Jonathan Yu <jawnsy@cpan.org>
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-perl@lists.debian.org

* Package name    : libpoe-filter-http-parser-perl
  Version         : 1.02
  Upstream Author : Chris Williams <chris@bingosnet.co.uk>
* URL             : http://search.cpan.org/dist/POE-Filter-HTTP-Parser/
* License         : Artistic | GPL-1+
  Programming Lang: Perl
  Description     : A HTTP POE filter for HTTP clients or servers

 POE::Filter::HTTP::Parser is a POE::Filter for HTTP which is based on
 HTTP::Parser.
 .
 It can be used to easily create POE based HTTP servers or clients.
 .
 With the type set to client, which is the default behaviour, get will parse
 HTTP::Response objects from HTTP streams and put will accept HTTP::Request
 objects and convert them to HTTP streams.
 .
 With the type set to server, the reverse will happen. get will parse
 HTTP::Request objects from HTTP streams and put will accept HTTP::Response
 objects and convert them to HTTP streams. Like POE::Filter::HTTPD if there is
 an error parsing the HTTP request, this filter will generate a HTTP::Response
 object instead, to encapsulate the error message, suitable for simply sending
 back to the requesting client.



Reply to: