From 626e877fa9f7ebfd9d983bc5f094dae5edad80c3 Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 14 Oct 2005 05:03:35 +0000 Subject: - Add p5-HTTP-Cache-Transparent 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/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index 579a7467779..b1837a8cc38 100644 --- a/www/Makefile +++ b/www/Makefile @@ -549,6 +549,7 @@ SUBDIR += p5-HTML-Webmake SUBDIR += p5-HTML-Widgets-SelectLayers SUBDIR += p5-HTTP-BrowserDetect + SUBDIR += p5-HTTP-Cache-Transparent SUBDIR += p5-HTTP-DAV SUBDIR += p5-HTTP-GHTTP SUBDIR += p5-HTTP-Lite -- cgit