Skip to main content
Module

x/live/deps.ts>FreshHandler

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
type alias FreshHandler
Re-export
import { type FreshHandler } from "https://deno.land/x/live@1.44.5/deps.ts";

Type Parameters

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