Skip to main content
Module

x/oak_nest/mod.ts>proxy

Refer to nestjs to realize some common functions for Deno
Go to Latest
function proxy
import { proxy } from "https://deno.land/x/oak_nest@v1.13.18/mod.ts";

Middleware that provides a back-to-back proxy for requests.

Parameters

target: string | URL
optional
options: ProxyOptions<string, RouteParams<string>, S>