Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/frugal/src/server/Context.ts>Context

A frugal web framework
Go to Latest
type alias Context
import { type Context } from "https://deno.land/x/frugal@0.9.2/src/server/Context.ts";
definition: { request: Request; resolve: (path: string) => string; connInfo: http.ConnInfo; secure: boolean; state: Record<string, unknown>; config: FrugalConfig; router: Router; watchMode: boolean; cache: RuntimeCache; session?: Session; log: log; }