Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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://deno.land/x/fresh@1.1.3/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