Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias EaCProxyProcessor
import { type EaCProxyProcessor } from "https://deno.land/x/fathym_everything_as_code@v0.1.71/src/modules/applications/EaCProxyProcessor.ts";

The proxy processor.

definition: { Headers?: Record<string, string>; ProxyRoot: string; RedirectMode?: "error" | "follow" | "manual"; } & EaCProcessor<"Proxy">