import { type ETagOptions } from "https://deno.land/std@0.206.0/http/mod.ts";
Properties
optional
algorithm: AlgorithmIdentifierA digest algorithm to use to calculate the etag. Defaults to
"FNV32A"
.
import { type ETagOptions } from "https://deno.land/std@0.206.0/http/mod.ts";
A digest algorithm to use to calculate the etag. Defaults to
"FNV32A"
.