You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement basic HTTP caching with ETag and Last-Modified
This commit introduces handling for `If-None-Match` and `If-Modified-Since` headers.
- Adds `ETag` and `Last-Modified` headers to the response.
- Checks for `If-None-Match` and `If-Modified-Since` in the request headers.
- Returns a `304 Not Modified` response if the cache is still valid.
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
0 commit comments