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

x/oak_http_proxy/test/deps.ts>Oak.ContextSendOptions

Proxy middleware for Deno Oak HTTP servers. 🐿 🦕
Latest
interface Oak.ContextSendOptions
implements SendOptions
import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { ContextSendOptions } = Oak;

Properties

optional
path: string

The filename to send, which will be resolved based on the other options. If this property is omitted, the current context's .request.url.pathname will be used.