Skip to main content
Module

x/fresh/server.ts>HandlerContext

The next-gen web framework.
Extremely Popular
Go to Latest
type alias HandlerContext
Deprecated
Deprecated

Use FreshContext interface instead

import { type HandlerContext } from "https://deno.land/x/fresh@1.6.0/server.ts";

Type Parameters

optional
Data = unknown
optional
State = Record<string, unknown>
optional
NotFoundData = Data
deprecated
definition: FreshContext<State, Data, NotFoundData>