ETag support

Continuing the side discussion from GitHub issue #80

If we want to support the ETag header, we could probably hash the post’s updated date and combine it with metadata like the post’s language. Then as long as this func inside viewCollectionPost() is still run with each request, we’ll be able to continue counting page views.

This isn’t particularly high priority for me, so anyone should feel free to take this on if they want to see it in WF. Feel free to discuss more or ask implementation questions here.

1 Like