import { type ServeDirOptions } from "https://deno.land/std@0.218.0/http/mod.ts";
Interface for serveDir options.
Properties
Serves the files under the given directory root. Defaults to your current directory.
Specified that part is stripped from the beginning of the requested pathname.
optional
etagAlgorithm: AlgorithmIdentifier = "SHA-256"The algorithm to use for generating the ETag.