Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface ETagOptions
import { type ETagOptions } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts";

Options for calculate.

Properties

optional
algorithm: AlgorithmIdentifier = "FNV32A"

A digest algorithm to use to calculate the etag.

optional
weak: boolean

Override the default behavior of calculating the ETag, either forcing a tag to be labelled weak or not.