[Catalyst] modules for conditional GET ?

2010-01-14 Thread Dami Laurent (PJ)
Hi Catalysters, For some actions of a Catalyst app, I would like to implement conditional GET (using If-Modified-Since HTTP header), where the timestamp of one config file decides whether the page should be refreshed or not --- this is because that page is quite expensive to compute. This

Re: [Catalyst] modules for conditional GET ?

2010-01-14 Thread Kiffin Gish
There's a good example using the 'Cache-Control' header in the new Catalyst book, Chapter 11, section 'Deploy with a Cache'. On Thu, 2010-01-14 at 16:05 +0100, Dami Laurent (PJ) wrote: Hi Catalysters, For some actions of a Catalyst app, I would like to implement conditional GET (using

Re: [Catalyst] modules for conditional GET ?

2010-01-14 Thread Octavian Rasnita
From: Dami Laurent (PJ) laurent.d...@justice.ge.ch Hi Catalysters, For some actions of a Catalyst app, I would like to implement conditional GET (using If-Modified-Since HTTP header), where the timestamp of one config file decides whether the page should be refreshed or not --- this is because