UNPKG

connect-no-cache-headers

Version:
17 lines (11 loc) 202 B
# 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')()) ... ```