import { Oak } from "https://deno.land/x/oak_http_proxy@2.3.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/oak_http_proxy@2.3.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.