Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/etag_middleware/mod.ts>ETag

HTTP ETag middleware
Go to Latest
interface ETag
import { type ETag } from "https://deno.land/x/etag_middleware@1.0.0-beta.2/mod.ts";

HTTP ETag header filed.

Properties

readonly
tag: string

Representation of <etagc>.

readonly
weak: boolean

Whether this is weak validator or not.