1.0.2 • Published 4 months ago

elysia-helmet v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Elysia Helmet

Helmet helps secure Elysia apps by setting HTTP response headers. This is a port of the official helmet plugin for express.

🧑‍💻 Install

bun add elysia-helmet

👋 Getting Started

Here's a sample Elysia app that uses Helmet:

import { Elysia } from 'elysia';
import { helmet } from 'elysia-helmet';

new Elysia().use(helmet()).listen(3000);

For more configuration options, please refer to the original helmet documentation.

🔓 License

This software ist distributed under the MIT license. For more information you can have a look at the license file.

1.0.2

4 months ago

1.0.1

8 months ago

1.0.0

8 months ago