On 9/20/19 3:48 PM, Steven Schveighoffer wrote:

What is the correct way in vibe.d to disable caching for pages that
should always be generated? I can't find the right setting, and I'm
getting stale pages on my client.

I did it by having a pre-route which adds the no-cache directive header
before every route I want to handle. So this is probably the right way
to do it.

-Steve