Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function proxyRequest
import { proxyRequest } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.87-integration/src/src.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