Weltpilot
Weltpilot
@billythedummy I am also interested in this feature, so I had a look at your implementation and example. Thank you for your work. I tested the caching behaviour with the...
If you assume that all resources are static and don't change, why not simply always return "304 Not Modified", when the request contains a "If-None-Match" or "If-Modified-Since" header?
@billythedummy So, when you want to change a static file, you need to restart the server? Sorry, that doesn't make any sense to me. @jplatte, @davidpdrsn Maybe one of the...