Skip to main content
Module

x/oak/middleware/proxy.ts

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Go to Latest
import * as oak from "https://deno.land/x/oak@14.2.0/middleware/proxy.ts";

Middleware for oak that allows back-to-back proxies of requests to be used.

Functions

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

Interfaces

Options which can be specified on the proxy middleware.