HthvItemType: "raw" | "quoted-string" | "tagged-string" | "angle-bracketed-string" | "date-time"

Item value type.

This is one of:

  • quoted-string - A quoted-string.

    ETag: "0815"

    Item value is unquoted and unescaped for this type.

  • tagged-string - A tagged quoted-string:

    ETag: W/"0815"

    Here W/ is a tag, while 0815 is unquoted value.

  • angle-bracketed-string - A string in angle brackets. This is typically used for URLs:

    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: Sun, 06 Nov 1994 08:49:37 GMT

  • raw - This type is used unless there is a more specific representation.

Generated using TypeDoc