Skip to main content
Module

x/htm/mod.ts>PluginContext

Create `text/html` response with JSX.
Go to Latest
interface PluginContext
implements Omit<HtmlOptions, "plugins">
import { type PluginContext } from "https://deno.land/x/htm@0.2.1/mod.ts";

Properties

body: string
status: number
headers: Headers