Skip to main content
Latest
interface ETagStrategy
import { type ETagStrategy } from "https://deno.land/x/etag_middleware@1.1.0/mod.ts";

ETag computation strategy.

Properties

readonly
strong: boolean

Whether the validator is strong or not.

readonly
headers: readonly string[]

Semantically significant header related with the representation data.

readonly
digest: Digest

Compute digest. The default is SHA-1 digest.