Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hex/src/fw/service/deps.ts>oak.ContextSendOptions

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Go to Latest
interface oak.ContextSendOptions
implements SendOptions
import { type oak } from "https://deno.land/x/hex@0.6.3/src/fw/service/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.