x/oak/context.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/context.ts?p=prototype.%5BSymbol.for%28%22Deno.customInspect%22%29%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.