node-quickthumb
node-quickthumb copied to clipboard
set Header Cache-Control max-age
It'd be need to be able to use Cache-Control.
I tried
router.use(function(req,res,next){res.set({'maxAge':'1d'});next();});
before useing quickthumb, but this apparently does not work.
I propose an option like for express.static.