import { type ETagOptions } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/http.ts";
Properties
optional
algorithm: AlgorithmIdentifierA digest algorithm to use to calculate the etag. Defaults to
"FNV32A"
.
import { type ETagOptions } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/http.ts";
A digest algorithm to use to calculate the etag. Defaults to
"FNV32A"
.