x/oak/middleware/proxy.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
type alias ProxyMapFunction
import { type ProxyMapFunction } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/middleware/proxy.ts?s=ProxyMapFunction";

Type Parameters

R extends string[src]
P extends RouteParams<R>[src]
definition: (path: R, params?: P) => R[src]