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
I think it will be nice to allow servers to control more features that are typically (now) done on the client Some examples/ideas:
Ketting: no-cache // Never store
Ketting: max-age=3600 // Expire after an hour
Ketting: refresh-on-stale // Auto re-fetch if something marked the item as stale
Some notes on why we can't just use standard HTTP headers: #21
I think it will be nice to allow servers to control more features that are typically (now) done on the client Some examples/ideas:
Some notes on why we can't just use standard HTTP headers: #21
Might also solve problems for #297
The text was updated successfully, but these errors were encountered: