Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface ServeFileOptions
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.FileInfo

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