Skip to main content
Module

x/live/blocks/handler.ts>HttpContext

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
interface HttpContext
implements BaseContext
import { type HttpContext } from "https://deno.land/x/live@1.96.6/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