import * as mod from "https://dotland.deno.dev/std@0.181.0/http/file_server.ts"; FunctionsfserveDirServes the files under the given directory root (opts.fsRoot). fserveFileReturns an HTTP Response with the requested file as the body. InterfacesIServeDirOptionsInterface for serveDir options. IServeFileOptionsInterface for serveFile options.