Searched refs:CookieJar (Results 1 – 5 of 5) sorted by relevance
7 class SessionCookieJar extends CookieJar47 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
7 class FileCookieJar extends CookieJar54 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
10 class CookieJar implements CookieJarInterface class
4 use GuzzleHttp\Cookie\CookieJar; alias263 $this->config['cookies'] = new CookieJar();
51 * Fix: Prevent concurrent writes to file when saving `CookieJar` [#2335](https://github.com/guzzle/…557 * Added `ToArrayInterface` to `GuzzleHttp\Cookie\CookieJar`1239 * Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implement…