Module

x/fresh/src/server/deps.ts>rutt.HandlerContext

The next-gen web framework.
Extremely Popular
Go to Latest
type alias rutt.HandlerContext
import { type rutt } from "https://dotland.deno.dev/x/fresh@1.1.5/src/server/deps.ts";
const { HandlerContext } = rutt;

Provides arbitrary context to Handler functions along with connection information.

Type Parameters

optional
T = unknown
definition: T & ConnInfo