REST-API-12-What-to-do-next

helmet

Helmet helps you secure your Express apps by setting various HTTP headers. It’s not a silver bullet, but it can help!
https://www.npmjs.com/package/helmet

1
$ npm install helmet --save

简单的介绍了 helmet 。
期待下一个系列的教程。

代码

https://github.com/monk8/expressjs-rest-api-server/tree/lesson12

参考
https://www.bilibili.com/video/av11683622/#page=12