express-powered-by
v0.0.3
Published
Set the X-Powered-By header returned by Express
Downloads
62
Readme
Express Powered By
Set the X-Powered-By header
Installation
npm install express-powered-by
Usage:
// Accepts a single argument, a string to use for the X-Powered-By header
app.use(require('express-powered-by')('Foo'));