Skip to main content
Module

x/oak/mod.ts>ContextSendOptions

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
interface ContextSendOptions
implements SendOptions
import { type ContextSendOptions } from "https://deno.land/x/oak@v11.1.0/mod.ts";

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.