import * as mod from "https://deno.land/std@0.132.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.