import { type ETagOptions } from "https://deno.land/std@0.211.0/http/etag.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.211.0/http/etag.ts";
A digest algorithm to use to calculate the etag. Defaults to
"FNV32A"
.