deprecated in favor of https://github.com/helmetjs/nocache
var noCache = require('connect-nocache')();
var express = require('express')
var app = express()
app.get('/events', noCache, function (req, res) {
// res has no cache headers set.
});
deprecated in favor of https://github.com/helmetjs/nocache
var noCache = require('connect-nocache')();
var express = require('express')
var app = express()
app.get('/events', noCache, function (req, res) {
// res has no cache headers set.
});