cachecontrol icon indicating copy to clipboard operation
cachecontrol copied to clipboard

Support Cache-Control: immutable

Open dstufft opened this issue 8 years ago • 1 comments

There is a draft extension added by facebook called Cache-Control: immutable. If a response is served as immutable then that means it will never ever change no matter what. It seems like it would be useful to support this.

Ideally if a response has been marked immutable we can just skip any sort of Etag or freshness handling and just blindly serve the response.

More information here: https://bitsup.blogspot.com/2016/05/cache-control-immutable.html

dstufft avatar Mar 03 '17 12:03 dstufft

It may be more justified if the corresponding feature is also implemented in httplib2/httplib2.

chrahunt avatar Jun 15 '19 17:06 chrahunt