interface ContextSendOptions
implements SendOptions
import { type ContextSendOptions } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.get&s=ContextSendOptions";
Properties
optional
path: string[src]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.