Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface ServeFileOptions
import { type ServeFileOptions } from "https://deno.land/std@0.163.0/http/file_server.ts";

Interface for serveFile options.

Properties

optional
etagAlgorithm: DigestAlgorithm

The algorithm to use for generating the ETag. Defaults to "fnv1a".

optional
fileInfo: Deno.FileInfo

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