Documentation ¶
Index ¶
Constants ¶
View Source
const HeaderKey = "etag"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Header ¶
type Header struct { ETag string // Weak is false if the ETag supports strong validation. A strongly validating ETag match indicates that the content of the two resource representations is byte-for-byte identical. Weak bool }
Header represents an HTTP entity tag (ETag) https://datatracker.ietf.org/doc/html/rfc7232#section-2.3
Click to show internal directories.
Click to hide internal directories.