Skip to content

Etags - #4

Merged
kickhead13 merged 3 commits into
mainfrom
etags
Jun 12, 2026
Merged

Etags#4
kickhead13 merged 3 commits into
mainfrom
etags

Conversation

@kickhead13

Copy link
Copy Markdown
Member

Firstly, here are some helpful resources for
learning about etags:
https://en.wikipedia.org/wiki/HTTP_ETag
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/ETag

Etags are used to cache requests. If a browser
sees an etag, it stores both the payload and
the etag in its internal persistent memory.

Now the next time it does the request, it asks
the server whether the etag is still valid. If
it is, the browser loads the cached image. If
it is not valid then the server sends the image
again.

kickhead13 and others added 3 commits March 26, 2026 20:36
Firstly, here are some helpful resources for
learning about etags:
https://en.wikipedia.org/wiki/HTTP_ETag
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/ETag

Etags are used to cache requests. If a browser
sees an etag, it stores both the payload and
the etag in its internal persistent memory.

Now the next time it does the request, it asks
the server whether the etag is still valid. If
it is, the browser loads the cached image. If
it is not valid then the server sends the image
again.
@kickhead13
kickhead13 merged commit 1226c7f into main Jun 12, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant