Skip to main content
Module

x/dext/deps/mod.ts>oak.ContextSendOptions

The Preact Framework for Deno
Latest
interface oak.ContextSendOptions
implements SendOptions
import { type oak } from "https://deno.land/x/dext@0.10.5/deps/mod.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.