1.0.1 • Published 7 years ago

@avorium/npm-express-middleware-nocache v1.0.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 years ago

@avorium/npm-express-middleware-nocache

This express middleware is used for APIs to force browsers to disable their cache for APIs with dynamiccally changing content.

const nocache = require("@avorium/npm-express-middleware-nocache");

var app = express();
var router = express.Router();

app.use("/api", nocache, router);
1.0.1

7 years ago

1.0.0

7 years ago