import { type fileServer } from "https://deno.land/x/cav@0.2.3/deps.ts";
const { ServeFileOptions } = fileServer;
Interface for serveFile options.
Properties
optional
etagAlgorithm: EtagAlgorithmThe algorithm to use for generating the ETag. Defaults to "fnv1a".
optional
fileInfo: Deno.FileInfoAn optional FileInfo object returned by Deno.stat. It is used for optimization purposes.