This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@honojs/hello
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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 '@honojs/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

Readme

Keywords

none

Package Sidebar

Install

npm i @honojs/hello

Weekly Downloads

0

Version

0.0.7

License

MIT

Unpacked Size

1.14 kB

Total Files

2

Last publish

Collaborators

  • codehex
  • metrue
  • yusukebe