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

Interface for serveFile options.

Properties

optional
etagAlgorithm: EtagAlgorithm

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.