1.0.1 • Published 3 years ago

add-response-header-middleware v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

add-response-header-middleware

Authors

Installation

Install add-response-header-middleware with npm

  npm i add-response-header-middleware

2. How to use it

const addResponseHeaderMiddleware = require("add-response-header-middleware");

Route.get("/", addResponseHeaderMiddleware, (req, res)=>{

});
1.0.1

3 years ago

1.0.0

3 years ago