2005-10-14 07:03:35 +02:00
|
|
|
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.
|
|
|
|
|
2006-02-20 21:50:22 +01:00
|
|
|
WWW: http://search.cpan.org/dist/HTTP-Cache-Transparent/
|