import { type ServeFileOptions } from "https://deno.land/std@0.220.0/http/mod.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.