Skip to main content
Module

x/oak/middleware/proxy.ts>ProxyMapFunction

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias ProxyMapFunction
import { type ProxyMapFunction } from "https://deno.land/x/oak@v11.1.0/middleware/proxy.ts";

Type Parameters

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