套件: 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