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

Algorithm used to determine etag

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