Module

x/fresh/src/server/types.ts>Handler

The next-gen web framework.
Extremely Popular
Latest
type alias Handler
import { type Handler } from "https://dotland.deno.dev/x/fresh@1.7.1/src/server/types.ts";

Type Parameters

optional
T = any
optional
State = Record<string, unknown>
definition: (req: Request, ctx: FreshContext<State, T>) => Response | Promise<Response>