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

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

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