Skip to main content
Module

x/oak_nest/deps.ts>send

Refer to nestjs to realize some common functions for Deno
Go to Latest
function send
import { send } from "https://deno.land/x/oak_nest@v1.13.17/deps.ts";

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>
path: string
optional
options: SendOptions = [UNSUPPORTED]

Returns

Promise<string | undefined>