Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Cache-Control: immutable #142

Open
dstufft opened this issue Mar 3, 2017 · 1 comment
Open

Support Cache-Control: immutable #142

dstufft opened this issue Mar 3, 2017 · 1 comment

Comments

@dstufft
Copy link
Contributor

dstufft commented Mar 3, 2017

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

@chrahunt
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants