import { Context } from "https://dotland.deno.dev/x/oak@v17.1.2/context.ts";
Asynchronously fulfill a response with a file from the local file system.
If the options.path
is not supplied, the file to be sent will default
to this .request.url.pathname
.
Requires Deno read permission.
Parameters
options: ContextSendOptions