nodejs_api_boilerplate
nodejs_api_boilerplate copied to clipboard
Support conditional GET requests
If resource has not been modified since a given date, return 304 Not Modified
This in relation to the cache module? On Jun 5, 2014, at 10:56 AM, Chris Bowley [email protected] wrote:
If resource has not been modified since a given date, return 304 Not Modified
— Reply to this email directly or view it on GitHub.
I guess so. That would mean you need to invalidate the cache when the model is updated..
... beginning to be less 'boilerplate' :)