Paketname | libpoe-filter-http-parser-perl |
Beschreibung | POE filter for HTTP clients or servers |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.04-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 32 Byte |
Hängt ab von | perl, libhttp-parser-perl, libwww-perl, libpoe-perl (>= 2:1.003) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 10134 Byte |
Prüfsumme MD5 | 1cd62810097e492fa969e34bbfd0bf24 |
Prüfsumme SHA1 | 3a5d053d2d3d8bdade6ead364ca8ce279049c43a |
Prüfsumme SHA256 | 20d6ad6c2072675ed242c0d34e2df5ebfd64db02fd628fe9faab60687a3d540b |
Link zum Herunterladen | libpoe-filter-http-parser-perl_1.04-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.
|