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@v14.0.0/middleware/proxy.ts";
definition: (input: Request, init: { context: Context; }) => Promise<Response>