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