パッケージ: libwww-mechanize-gzip-perl (0.14-2)
libwww-mechanize-gzip-perl に関するリンク
Debian の資源:
libwww-mechanize-gzip-perl ソースパッケージをダウンロード:
- [libwww-mechanize-gzip-perl_0.14-2.dsc]
- [libwww-mechanize-gzip-perl_0.14.orig.tar.gz]
- [libwww-mechanize-gzip-perl_0.14-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
- libio-compress-perl
- libplack-middleware-deflater-perl
- libobject-container-perl
- libcompress-raw-zlib-perl
- python-indexed-gzip
- python3-indexed-gzip
- libcgi-compress-gzip-perl
- libhttp-server-simple-static-perl
- libcatalyst-plugin-compress-perl
- libcatalyst-plugin-unicode-perl
- libcatalyst-plugin-subrequest-perl
Perl module to fetch webpages with gzip-compression
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 bandwidth 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.
その他の libwww-mechanize-gzip-perl 関連パッケージ
|
|
|
|
-
- dep: libwww-mechanize-perl
- module to automate interaction with websites
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語