Home
last modified time | relevance | path

Searched defs:CookieJar (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/tough-cookie/
DREADME.md242 ## CookieJar section in API
246 ### `CookieJar([store],[options])`
258 ### `.setCookie(cookieOrString, currentUrl, [{options},] cb(err,cookie))`
271 ### `.setCookieSync(cookieOrString, currentUrl, [{options}])`
275 ### `.getCookies(currentUrl, [{options},] cb(err,cookies))`
291 ### `.getCookiesSync(currentUrl, [{options}])`
295 ### `.getCookieString(...)`
299 ### `.getCookieStringSync(...)`
303 ### `.getSetCookieStrings(...)`
307 ### `.getSetCookieStringsSync(...)`
[all …]
/third_party/node/deps/npm/node_modules/request/lib/
Dcookies.js6 var CookieJar = tough.CookieJar variable
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js971 function CookieJar(store, options) { class
/third_party/python/Lib/http/
Dcookiejar.py1251 class CookieJar: class