Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface ETagStrategy
import { type ETagStrategy } from "https://deno.land/x/etag_middleware@1.0.0-beta.3/types.ts";

ETag computation strategy.

Properties

readonly
weak: boolean

Wether the etag is weak or not.

readonly
algorithm: Algorithm

Hash algorithm.

readonly
headers: readonly string[]

Semantically significant header related with the representation data.