From: Rick Hanson
Subject: "HTTP cache" library for lisp
Date: 
Message-ID: <1126120305.883881.45110@g44g2000cwa.googlegroups.com>
I've finished writing an RSS feed in Lisp for someone's blog page which
did not originally have one.  As a follow-up effort, I was trying to
find a library (similar in functionality to HTTPCache.py in Python), so
I could have this program read the original blog page as a web
resource, but locally cached.  Anyone seen this done already?  Thanks!