Skip to main content
Module

x/fathym_common/deno.ts>proxyRequest

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
function proxyRequest
import { proxyRequest } from "https://deno.land/x/fathym_common@v0.0.179/deno.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