Skip to main content
Module

std/http/mod.ts>ETagOptions

Deno standard library
Go to Latest
interface ETagOptions
import { type ETagOptions } from "https://deno.land/std@0.186.0/http/mod.ts";

Properties

optional
algorithm: AlgorithmIdentifier

A digest algorithm to use to calculate the etag. Defaults to "FNV32A".

optional
weak: boolean

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