import { type etag } from "https://deno.land/x/oak_sessions@v4.1.10/deps.ts";
const { ETagOptions } = etag;
Properties
optional
algorithm: AlgorithmIdentifierA digest algorithm to use to calculate the etag. Defaults to
"FNV32A"
.
import { type etag } from "https://deno.land/x/oak_sessions@v4.1.10/deps.ts";
const { ETagOptions } = etag;
A digest algorithm to use to calculate the etag. Defaults to
"FNV32A"
.