node-quickthumb icon indicating copy to clipboard operation
node-quickthumb copied to clipboard

set Header Cache-Control max-age

Open zevero opened this issue 7 years ago • 1 comments

It'd be need to be able to use Cache-Control.

zevero avatar Apr 09 '17 15:04 zevero

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.

zevero avatar Apr 09 '17 15:04 zevero