Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oak_nest/deps.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.15.2/deps.ts";

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

Parameters

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