This is the backlog of ideas and feature requests from the last two years. Use our new feedback platform to post your new ideas or vote on existing ideas.
If Kirby's cache is used, Kirby can determine if the cache was updated since the client has last requested a resource by comparing the cache timestamp with the If-Modified-Since request header. We could also support ETag and the If-None-Match header, but I guess that's optional.
In both cases, Kirby would respond with an empty HTTP 304 Not modified response.
If Kirby's cache is used, Kirby can determine if the cache was updated since the client has last requested a resource by comparing the cache timestamp with the
If-Modified-Since
request header. We could also supportETag
and theIf-None-Match
header, but I guess that's optional.In both cases, Kirby would respond with an empty
HTTP 304 Not modified
response.