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

x/opineHttpProxy/src/createState.ts>ProxyUrlFunction

Proxy middleware for Deno Opine HTTP servers.
Go to Latest
interface ProxyUrlFunction
import { type ProxyUrlFunction } from "https://deno.land/x/opineHttpProxy@3.0.1/src/createState.ts";

Type Parameters

optional
Req = any

Call Signatures

(req: Req): string | URL