Module

x/fresh/server.ts>AppContext

The next-gen web framework.
Extremely Popular
Latest
type alias AppContext
Deprecated
Deprecated

Use FreshContext interface instead

import { type AppContext } from "https://dotland.deno.dev/x/fresh@1.6.8/server.ts";

Type Parameters

optional
T = any
optional
S = Record<string, unknown>
deprecated
definition: FreshContext<S, T>