Paketname | libwww-mechanize-gzip-perl |
Beschreibung | Perl module to fetch webpages with gzip-compression |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.12-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl, libwww-mechanize-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 6522 Byte |
Prüfsumme MD5 | ebadc5ced0248a8531dd63dac2370343 |
Prüfsumme SHA1 | 6fb12450a8bf367a814346029361a7139bfee390 |
Prüfsumme SHA256 | d75cfa764bf5c1933d2520e98ad8ea276077cdc177d756a809a00fdfedd23585 |
Link zum Herunterladen | libwww-mechanize-gzip-perl_0.12-1_all.deb |
Ausführliche Beschreibung | The WWW::Mechanize::GZip module tries to fetch a URL by requesting
gzip-compression from the webserver.
.
If the response contains a header with 'Content-Encoding: gzip', it
decompresses the response in order to get the original (uncompressed)
content.
.
This module will help to reduce bandwith fetching webpages, if supported
by the webeserver. If the webserver does not support gzip-compression,
no compression will be used.
.
This modules is a direct subclass of WWW::Mechanize and will therefore
support any methods provided by WWW::Mechanize.
.
The decompression is handled by Compress::Zlib::memGunzip.
|