o0111 / ruralcafe

Automatically exported from code.google.com/p/ruralcafe
0 stars 0 forks source link

Include metadata (response headers) in the cache #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment only the page content is stored in the cache. The response 
headers should be included, too.

This has to play nicely with the clustering code piece.

It is also going to be challenging for dynamic content. E.g. the headers and/or 
content might vary per user, once POST requests work fine.

The POST response headers will have to be treated different, e.g. a set-cookie 
header cannot be put in the cache (at least not available to everyone).

Original issue reported on code.google.com by satiaher...@gmx.de on 8 Jul 2013 at 6:41

GoogleCodeExporter commented 8 years ago
Done, there will be no per user cache. POSTs without https work, even though 
not nicely. The metadata is correctly transferred to the client.

Original comment by satiaher...@gmx.de on 4 Sep 2013 at 4:57