Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oak/middleware/proxy.ts>Fetch

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