method WorkflowContext.prototype.fetchRe-exportimport { WorkflowContext } from "https://deno.land/x/live@1.53.10/deps.ts"; fetch(url: string,options?: { body?: string; headers?: Record<string, string>; method?: string; },format?: InvokeHttpEndpointCommand["responseFormat"],): InvokeHttpEndpointCommandExecutes the http request for the given context and args. Parametersurl: stringthe fetch url optionaloptions: { body?: string; headers?: Record<string, string>; method?: string; }optionalformat: InvokeHttpEndpointCommand["responseFormat"]ReturnsInvokeHttpEndpointCommand