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

x/etag_parser/types.ts>ETag

HTTP ETag header field parser
Go to Latest
interface ETag
import { type ETag } from "https://deno.land/x/etag_parser@1.0.0/types.ts";

HTTP ETag header filed.

Properties

readonly
tag: string

Representation of <etagc>.

readonly
weak: boolean

Whether this is weak validator or not.