Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/live/blocks/handler.ts>HttpContext

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface HttpContext
implements BaseContext
import { type HttpContext } from "https://deno.land/x/live@1.53.10/blocks/handler.ts";

Type Parameters

optional
State = { }
optional
TConfig = any
optional
TCtx extends StatefulContext<DecoState<TConfig, State>> = StatefulContext<DecoState<TConfig, State>>

Properties

context: TCtx
request: Request