Skip to main content
Module

x/oak/middleware/proxy.ts>Fetch

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias Fetch
import { type Fetch } from "https://deno.land/x/oak@v10.6.0/middleware/proxy.ts";
definition: (input: Request) => Promise<Response>