Skip to main content
Module

x/alosaur/src/static/send.ts>send

Alosaur - Deno web framework with many decorators
Go to Latest
function send
import { send } from "https://deno.land/x/alosaur@v0.35.2/src/static/send.ts";

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

Parameters

unnamed 0: RequestResponse
path: string
optional
options: SendOptions = [UNSUPPORTED]

Returns

Promise<string | undefined>