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

Handle etags for resource fetch #5162

Closed
imsdu opened this issue Oct 2, 2024 · 0 comments · Fixed by #5164
Closed

Handle etags for resource fetch #5162

imsdu opened this issue Oct 2, 2024 · 0 comments · Fixed by #5164

Comments

@imsdu
Copy link
Contributor

imsdu commented Oct 2, 2024

Motivation
When fetching a resource, we want to return a Etag header to enable conditional caching in order to save bandwidth as Delta won't have to resend the full response.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag

Acceptance criteria

  1. When fetch the different kind of resources, a etag header is computed and returned
  2. This etag must take into account the representation of the resource (media type, compression)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant