import { type ServeFileOptions } from "https://deno.land/x/frugal@0.3.0/dep/std/http.ts";
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.