软件包: libhttp-cache-transparent-perl (1.1-1)
libhttp-cache-transparent-perl 的相关链接
Trisquel 的资源:
下载源码包 libhttp-cache-transparent-perl:
- [libhttp-cache-transparent-perl_1.1-1.dsc]
- [libhttp-cache-transparent-perl_1.1.orig.tar.gz]
- [libhttp-cache-transparent-perl_1.1-1.debian.tar.gz]
维护者:
Original Maintainer:
- Bart Martens
外部的资源:
- 主页 [search.cpan.org]
相似软件包:
Perl module used to transparently cache HTTP requests
This is the CPAN module HTTP::Cache::Transparent.
HTTP::Cache::Transparent is an implementation of HTTP GET that keeps a local cache of fetched pages to avoid fetching the same data from the server if it hasn't been updated. The cache is stored on disk and is thus persistent between invocations.
The http-headers If-Modified-Since and ETag are used to let the server decide if the version in the cache is up-to-date or not. All http-requests are made through the LWP module. Data is stored on disk by the Storable module. Digest::MD5 is used for creating a hash of the URL.
其他与 libhttp-cache-transparent-perl 有关的软件包
|
|
|
-
- dep: libwww-perl (>= 5.805)
- simple and consistent interface to the world-wide web
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language