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

About caching header #526

Closed
katopz opened this issue Aug 11, 2016 · 4 comments
Closed

About caching header #526

katopz opened this issue Aug 11, 2016 · 4 comments

Comments

@katopz
Copy link
Contributor

katopz commented Aug 11, 2016

Hi guys.

I try search through code about etag and last-modified but can't find any related.
IMHO Apollo take care of client and server so both headers are a "must have" to reduce latency.
So the question is can I expect this features or I've to implement it myself?

Thanks

@Poincare
Copy link
Contributor

You can handle ETags and Last Modified pretty easily through middleware/afterware at the moment.

@katopz
Copy link
Contributor Author

katopz commented Aug 11, 2016

Cool thanks @Poincare I'll do it myself then. This should be fun. :)

@katopz katopz closed this as completed Aug 11, 2016
@stubailo
Copy link
Contributor

If you come up with a cool implementation, it would be cool to learn more about it!

@katopz
Copy link
Contributor Author

katopz commented Aug 16, 2016

@stubailo Sure thing, I'm half way done here on client side as middle/afterware, just need some decision on server side ATM apollographql/apollo-server#96

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants