Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/etag_middleware/deps.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/deps.ts";

HTTP ETag header filed.

Properties

readonly
tag: string

Representation of <etagc>.

readonly
weak: boolean

Whether this is weak validator or not.