[Web-SIG] So what's missing?

John J Lee jjl at pobox.com
Tue Oct 28 05:31:05 EST 2003


On Mon, 27 Oct 2003, John J Lee wrote:
[...]
> class AbstractHTTPCacheHandler:
>     def cached_open(self, request):
>         # return cached response, or None if no cache hit
>     def cache(self, response):
>         # cache response if appropriate
[...]

I should have said:

      def cache(self, request, response):


John



More information about the Web-SIG mailing list