Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ETagStrategy
import { type ETagStrategy } from "https://deno.land/x/etag_middleware@1.0.0-beta.3/mod.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.