Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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