function proxyRequestimport { proxyRequest } from "https://deno.land/x/fathym_everything_as_code@v0.0.369/src/src.deps.ts"; proxyRequest(req: Request,proxyRoot: string,basePattern?: string,redirectMode?: "error" | "follow" | "manual",cacheControl?: Record<string, string>,forceCache?: boolean,): Promise<Response>Parametersreq: RequestproxyRoot: stringoptionalbasePattern: stringoptionalredirectMode: "error" | "follow" | "manual"optionalcacheControl: Record<string, string>optionalforceCache: booleanReturnsPromise<Response>