libpoe-filter-http-parser-perl 1.06-1 source package in Ubuntu

Changelog

libpoe-filter-http-parser-perl (1.06-1) unstable; urgency=low
  [ Jonathan Yu ]  * New upstream release  [ Ansgar Burchardt ]  * Update my email address.  [ Fabrizio Regalli ]  * Bump to 3.9.2 Standard-Version.  * Add myself to Uploaders and Copyright.  * Switch d/compat to 8.  * Build-Depends: switch to debhelper (>= 8).  * Updated Files, years and Format-Specification url in copyright.  * Fixed dependencies version and removed unnecessary. -- Fabrizio Regalli <email address hidden>  Thu, 30 Jun 2011 16:37:54 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libpoe-filter-http-parser-perl_1.06-1.dsc 2.2 KiB af8f970a5e71cc61af73d68e7c978f4e8ce75451db3a2cc214b831d8f805f430
libpoe-filter-http-parser-perl_1.06.orig.tar.gz 15.5 KiB 286f70831036575969b606c2f67dcd97b6879d1621a60ce7c75211d57808ea68
libpoe-filter-http-parser-perl_1.06-1.debian.tar.gz 2.1 KiB b25ff765e446b1529af5fd96550fb9755ede04983e781026e46efb5218665f85

No changes file available.

Binary packages built by this source

libpoe-filter-http-parser-perl: POE filter for HTTP clients or servers

 POE::Filter::HTTP::Parser is a filter for the Perl Object Environment (POE)
 system 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.
 .
 For servers, 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. If there is an error parsing the request, this filter
 will generate a HTTP::Response object instead, encapsulating an error message
 suitable for simply sending back to the requesting client.