import { Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { send } = Oak;
Asynchronously fulfill a response with a file from the local file system.
Requires Deno read permission for the root
directory.
import { Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { send } = Oak;
Asynchronously fulfill a response with a file from the local file system.
Requires Deno read permission for the root
directory.