Skip to main content
Module

x/oak_http_proxy/mod.ts

Proxy middleware for Deno Oak HTTP servers. 🐿 🦕
Latest
import * as oakHttpProxy from "https://deno.land/x/oak_http_proxy@2.3.0/mod.ts";

Variables

Supported versions of Deno.

Version of oak-http-proxy.

Functions

Takes a url argument that can be a string, URL or a function that returns one of the previous to proxy requests to. The remaining path from a request that has not been matched by Oak will be appended to the provided url when making the proxy request.