Skip to main content
Module

x/opineHttpProxy/mod.ts

Proxy middleware for Deno Opine HTTP servers.
Latest
import * as opinehttpproxy from "https://deno.land/x/opineHttpProxy@3.2.0/mod.ts";

Variables

Supported versions of Deno.

Version of opine-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 Opine will be appended to the provided url when making the proxy request.

Interfaces

Interface for the proxy options which allow the user to filter, customize and decorate proxied requests and responses.