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

x/blocks/deps.ts>WorkflowContext#fetch

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
method WorkflowContext.prototype.fetch
Re-export
import { WorkflowContext } from "https://deno.land/x/blocks@1.75.0/deps.ts";

Executes the http request for the given context and args.

Parameters

url: string

the fetch url

optional
options: { body?: string; headers?: Record<string, string>; method?: string; }
optional
format: InvokeHttpEndpointCommand["responseFormat"]