Skip to main content
Module

x/frugal/dep/std/http.ts>ETagOptions

A frugal web framework
Latest
interface ETagOptions
import { type ETagOptions } from "https://deno.land/x/frugal@0.9.6/dep/std/http.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.