Skip to main content
Go to Latest
interface ServeFileOptions
import { type ServeFileOptions } from "https://deno.land/std@0.175.0/http/file_server.ts";

Interface for serveFile options.

Properties

optional
etagAlgorithm: DigestAlgorithm = "fnv1a"

The algorithm to use for generating the ETag.

optional
fileInfo: Deno.FileInfo

An optional FileInfo object returned by Deno.stat. It is used for optimization purposes.