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.
definition: T & Deno.ServeHandlerInfo
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.