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

Ability to control the cache control headers #32

Open
simonexmachina opened this issue Oct 13, 2016 · 1 comment
Open

Ability to control the cache control headers #32

simonexmachina opened this issue Oct 13, 2016 · 1 comment

Comments

@simonexmachina
Copy link

simonexmachina commented Oct 13, 2016

I would like to set a last-modified or etag header based on the data that we load when rendering the app. Is this possible? How is the ETag header computed in the current implementation?

@mcfiredrill
Copy link

I think you can just extend the express server yourself, and do it the same way as you would in any express app, according to the readme: https://github.com/ember-fastboot/fastboot-app-server#custom-http-server
I'm still trying to figure it out myself though.

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

No branches or pull requests

3 participants