import { type ServeFileOptions } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts";
Interface for serveFile options.
Properties
optional
etagAlgorithm: AlgorithmIdentifier = "SHA-256"The algorithm to use for generating the ETag.
optional
fileInfo: Deno.FileInfoAn optional FileInfo object returned by Deno.stat. It is used for optimization purposes.