1.0.1 • Published 2 years ago

add-response-header-middleware v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.0

2 years ago