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 was wondering if you could provide a quick overview of the concept behind this middleware. I'm trying to get a better understanding of how it works with the etag middleware. The code looks so simple, so I feel like I'm missing something very basic.
Specifically, I see some code to check ctx.fresh and then return 304. But I don't see how ctx.fresh is supposed to get set.