Fork me on GitHub
#pedestal
<
2023-12-15
>
isak22:12:32

For dev interceptors in pedestal, we may want to make it so resource does not add the 'Last-Modified' header, since it is used by browsers for heuristic caching, which isn't good for development. (E.g., the browser says 'Oh this CSS file last changed 10 days ago? It probably hasn't changed now, so I will use the one I cached'.)

👍 2