Paketname | libpoe-filter-http-parser-perl |
Beschreibung | POE filter for HTTP clients or servers |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.02-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 84 Byte |
Hängt ab von | perl, libhttp-parser-perl, libwww-perl, libpoe-perl (>= 2:1.003) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 9826 Byte |
Prüfsumme MD5 | 7204c03505eba5c1b9eac532d75bed4b |
Prüfsumme SHA1 | c9993bf53df64cdf0c51456796d92dce7227373a |
Prüfsumme SHA256 | 7cb150dde3cb17f06add22c2b8af00ba0b3f08b64d9809e4b6641aa706ba294d |
Link zum Herunterladen | libpoe-filter-http-parser-perl_1.02-1_all.deb |
Ausführliche Beschreibung | 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.
|