We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6f31f commit 98802b3Copy full SHA for 98802b3
README.md
@@ -26,6 +26,8 @@ app.use(helmet())
26
// ...
27
```
28
29
+It's best to `use` Helmet early in your middleware stack so that its headers are sure to be set.
30
+
31
You can also use its pieces individually:
32
33
```js
0 commit comments