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

x/oak_http_proxy/src/types.ts>ProxyOptions

Proxy middleware for Deno Oak HTTP servers. 🐿 🦕
Latest
interface ProxyOptions
implements BaseProxyOptions
import { type ProxyOptions } from "https://deno.land/x/oak_http_proxy@2.3.0/src/types.ts";

Properties

optional
reqBodyLimit: number

The request body size limit to use.