x/oak/mod.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
interface ContextSendOptions
implements SendOptions
import { type ContextSendOptions } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.%5BSymbol.asyncIterator%5D&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.