Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function proxyRequest
import { proxyRequest } from "https://deno.land/x/fathym_everything_as_code@v0.0.396/src/deno.deps.ts";

Parameters

req: Request
proxyRoot: string
base: string
path: string
optional
hash: string
optional
redirectMode: "error" | "follow" | "manual"
optional
cacheControl: Record<string, string>
optional
forceCache: boolean