Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deco/deps.ts>InvokeHttpResponseEvent

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface InvokeHttpResponseEvent
implements Event
import { type InvokeHttpResponseEvent } from "https://deno.land/x/deco@1.75.1/deps.ts";

WorkflowStartedEvent is the event that should start the workflow

Type Parameters

optional
TBody = unknown

Properties

type: "invoke_http_response"
optional
body: TBody
headers: Record<string, string>
url: string
status: number
optional
responseFormat: "complete" | "body-only"