Skip to main content
Module

x/rutt/mod.ts>HandlerContext

🛣️ A tiny and fast http request router designed for use with deno and deno deploy
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