@hono/hello

v0.1.1
An example of third-party middleware for Hono

Hello middleware for Hono

An example project of the third-party middleware for Hono. This middleware add X-Message header to the Response.

Usage

import { hello } from '@hono/hello'
import { Hono } from 'hono'

const app = new Hono()

app.use('*', hello('Hello!! Hono!!'))
app.get('/', (c) => c.text('foo'))

export default app

Author

Yusuke Wada https://github.com/yusukebe

License

MIT

npm i @hono/hello

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/5/2023

Downloads

Maintainers