connect-no-cache-headers
v0.0.1
Published
Middleware to set no cache headers to responses.
Downloads
957
Maintainers
Readme
Overview
Just sets headers to not cache the request.
Install
npm install connect-no-cache-headers --save
Usage
...
app = express()
app.use(require('connect-cache-headers')())
...