d6b7c5e27e
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.
5 lines
279 B
Text
5 lines
279 B
Text
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.
|
|
|
|
WWW: http://search.cpan.org/~mattiash/HTTP-Cache-Transparent/
|