1.0.1 • Published 11 months ago

add-response-header-middleware v1.0.1

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

11 months ago

1.0.0

11 months ago