MCPcopy Create free account
hub / github.com/socketstream/socketstream / data

Function data

lib/session/cookie.js:96–105  ·  view source on GitHub ↗

* Return cookie data object. * * @return {Object} * @api private

()

Source from the content-addressed store, hash-verified

94 */
95
96 get data() {
97 return {
98 originalMaxAge: this.originalMaxAge
99 , expires: this._expires
100 , secure: this.secure
101 , httpOnly: this.httpOnly
102 , domain: this.domain
103 , path: this.path
104 }
105 },
106
107 /**
108 * Return a serialized cookie string.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected