import { oak } from "https://deno.land/x/hex@0.5.15/src/service/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/hex@0.5.15/src/service/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.