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

x/rutt/mod.ts>HandlerContext

🛣️ A tiny and fast http request router designed for use with deno and deno deploy
Go to Latest
type alias HandlerContext
import { type HandlerContext } from "https://deno.land/x/rutt@0.2.0/mod.ts";

Provides arbitrary context to Handler functions along with ConnInfo | connection information.

Type Parameters

optional
T = unknown
definition: T & Deno.ServeHandlerInfo