A parameter of HTTP header item.
Parameters are semicolon-separated items following main item value. This is typically either a name/value pair, or just a value. But technically can be a quoted string too. But ever a tagged string.
Set-Cookie: id=a3fWa; Secure; Domain=example.com; Max-Age=2592000
Set-Cookie:
id=a3fWa; Secure; Domain=example.com; Max-Age=2592000
Generated using TypeDoc
A parameter of HTTP header item.
Parameters are semicolon-separated items following main item value. This is typically either a name/value pair, or just a value. But technically can be a quoted string too. But ever a tagged string.