This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Support ETag for GET requests #925
MikeEnRegalia
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm using graphql-java-kickstart and would like to cache most graphql requests. The easiest way to do that would be to generate an etag header in the response to the client (in GET requests), and then a simple check in the controller to return a 304 if the browser sends the correct (current) etag.
Any thoughts on this? Can it already be done using available mechanisms?
Beta Was this translation helpful? Give feedback.
All reactions