Skip to main content
Module

x/file_server_plus/mod.ts>EtagAlgorithm

`deno` static file webserver clone of `file_server.ts`, PLUS optional command line arg: `--handler FILE.ts` for "404 handler" ability to run arbitrary JS/TS
Go to Latest
type alias EtagAlgorithm
import { type EtagAlgorithm } from "https://deno.land/x/file_server_plus@0.2.0/mod.ts";

Algorithm used to determine etag

definition:
| "fnv1a"
| "sha-1"
| "sha-256"
| "sha-384"
| "sha-512"