interface HttpContext
implements BaseContext
import { type HttpContext } from "https://deno.land/x/live@1.107.0/blocks/handler.ts";
Type Parameters
optional
TCtx extends StatefulContext<DecoState<TConfig, State>> = StatefulContext<DecoState<TConfig, State>>