ReadonlynameCookie name (e.g., "sessionId").
ReadonlyvalueCookie value (e.g., "abc123def456").
ReadonlydomainDomain that the cookie belongs to (e.g., "example.com").
ReadonlypathURL path scope (e.g., "/" or "/api").
ReadonlyhttpWhether the cookie is HttpOnly (inaccessible to client‑side JavaScript).
ReadonlysecureWhether the cookie is only sent over HTTPS.
Represents a single HTTP cookie with common attributes.
Remarks
Used to store cookies persistently in the session cache. This interface
captures the essential fields required to reconstruct a cookie for subsequent
requests. Attributes like
httpOnlyandsecureare stored for completenessbut are not actively enforced by the cache manager.
Since
0.1.1