send
import { send } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/deps.ts";
Asynchronously fulfill a response with a file from the local file system.
Requires Deno read permission for the root
directory.
async function send(
{ request, response }: Context<any>,
path: string,
options?: SendOptions,
): Promise<string | undefined>;