Path to this page:
Subject: CVS commit: pkgsrc/www/p5-HTTP-Cache-Transparent
From: Thomas Klausner
Date: 2005-02-19 21:22:35
Message id: 20050219202235.0BBA52DA1D@cvs.netbsd.org
Log Message:
Initial import of p5-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.
Files: