Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
honojs/middlewareAn example project of the third-party middleware for Hono. This middleware add X-Message header to the Response.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
76%
Published
2 weeks ago (0.1.2)
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
Built and signed on
GitHub Actions
Add Package
deno add jsr:@hono/hello
Import symbol
import * as hello from "@hono/hello";
Import directly with a jsr specifier
import * as hello from "jsr:@hono/hello";
Add Package
pnpm i jsr:@hono/hello
pnpm dlx jsr add @hono/hello
Import symbol
import * as hello from "@hono/hello";
Add Package
yarn add jsr:@hono/hello
yarn dlx jsr add @hono/hello
Import symbol
import * as hello from "@hono/hello";
Add Package
vlt install jsr:@hono/hello
Import symbol
import * as hello from "@hono/hello";
Add Package
npx jsr add @hono/hello
Import symbol
import * as hello from "@hono/hello";
Add Package
bunx jsr add @hono/hello
Import symbol
import * as hello from "@hono/hello";