Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oak_sessions/deps.ts>proxy

Session middleware for Oak
Go to Latest
function proxy
import { proxy } from "https://deno.land/x/oak_sessions@v4.1.5/deps.ts";

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

Parameters

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