Module

x/fresh/server.ts>Handler

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

Type Parameters

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