Searched refs:CookieJar (Results 1 – 11 of 11) 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
8 class SessionCookieJar extends CookieJar52 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
10 class FileCookieJar extends CookieJar62 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
11 class CookieJar implements CookieJarInterface class
4 use GuzzleHttp\Cookie\CookieJar; alias263 $this->config['cookies'] = new CookieJar();
5 use GuzzleHttp\Cookie\CookieJar; alias261 $this->config['cookies'] = new CookieJar();
288 * `CookieJar::getCookieValue()` [#2433](https://github.com/guzzle/guzzle/pull/2433)329 * Fix: Prevent concurrent writes to file when saving `CookieJar` [#2335](https://github.com/guzzle/…854 * Added `ToArrayInterface` to `GuzzleHttp\Cookie\CookieJar`1534 * Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implement…
29 - Function `GuzzleHttp\Cookie\CookieJar::getCookieValue` is removed.
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…