Middleware to set no cache headers to responses.
npm install connect-no-cache-headers
Just sets headers to not cache the request.
`npm install connect-no-cache-headers --save
npm install connect-no-cache-headers --save
`...app = express()app.use(require('connect-cache-headers')())...``
...app = express()app.use(require('connect-cache-headers')())...