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