type alias EtagAlgorithmimport { type EtagAlgorithm } from "https://deno.land/x/frugal@0.5.0/docs/dep/std/http.ts"; Algorithm used to determine etag definition: | "fnv1a" | "sha-1" | "sha-256" | "sha-384" | "sha-512"