import * as mod from "https://deno.land/std@0.220.0/http/file_server.ts";
Functions
Serves the files under the given directory root (opts.fsRoot). | |
Returns an HTTP Response with the requested file as the body. |
Interfaces
Interface for serveDir options. | |
Interface for serveFile options. |