Home
last modified time | relevance | path

Searched refs:cookieString (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js850 Cookie.prototype.cookieString = function cookieString() { method in Cookie
863 var str = this.cookieString();
1217 return c.cookieString();
/third_party/node/deps/npm/node_modules/tough-cookie/
DREADME.md74 ### `parse(cookieString[, options])`
76 alias for `Cookie.parse(cookieString[, options])`
118 ### `Cookie.parse(cookieString[, options])`
171 ### `.cookieString()`
297 …header rather than an array to the callback. Simply maps the `Cookie` array via `.cookieString()`.