x/oak/send.ts

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Very Popular
Latest
function send
import { send } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.2/send.ts?s=send";

Asynchronously fulfill a response with a file from the local file system.

Requires Deno read permission for the root directory.

Parameters

unnamed 0: Context<any>[src]
path: string[src]
optional
options: SendOptions
[src]

Returns

Promise<string | undefined>[src]