Module

x/hono/types.ts>Handler

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
type alias Handler
import { type Handler } from "https://dotland.deno.dev/x/hono@v3.8.0-rc.2/types.ts";

Type Parameters

optional
E extends Env = any
optional
P extends string = any
optional
I extends Input = Input
optional
R extends HandlerResponse<any> = any
definition: (c: Context<E, P, I>, next: Next) => R