Item value type.
This is one of:
quoted-string - A quoted-string.
quoted-string
ETag: "0815"
ETag:
"0815"
Item value is unquoted and unescaped for this type.
tagged-string - A tagged quoted-string:
tagged-string
ETag: W/"0815"
W/"0815"
Here W/ is a tag, while 0815 is unquoted value.
W/
0815
angle-bracketed-string - A string in angle brackets. This is typically used for URLs:
angle-bracketed-string
Link: <https://example.com/index.html?mode=preconnect>; rel="preconnect"
Link:
<https://example.com/index.html?mode=preconnect>; rel="preconnect"
Item value is a string with angle brackets removed. Escape sequences are not supported inside angle brackets.
date-time - A date-time value in IMF-fixdate format. Available only when explicitly enabled.
date-time
Date: Sun, 06 Nov 1994 08:49:37 GMT
Date:
Sun, 06 Nov 1994 08:49:37 GMT
raw - This type is used unless there is a more specific representation.
raw
Generated using TypeDoc
Item value type.
This is one of:
quoted-string
- A quoted-string.Item value is unquoted and unescaped for this type.
tagged-string
- A tagged quoted-string:Here
W/
is a tag, while0815
is unquoted value.angle-bracketed-string
- A string in angle brackets. This is typically used for URLs:Item value is a string with angle brackets removed. Escape sequences are not supported inside angle brackets.
date-time
- A date-time value in IMF-fixdate format. Available only when explicitly enabled.raw
- This type is used unless there is a more specific representation.