Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/http.ts>ETagOptions

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface ETagOptions
import { type ETagOptions } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/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.