Home
last modified time | relevance | path

Searched refs:CookieJar (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSessionCookieJar.php7 class SessionCookieJar extends CookieJar
47 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
H A DFileCookieJar.php7 class FileCookieJar extends CookieJar
54 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
H A DCookieJar.php10 class CookieJar implements CookieJarInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php4 use GuzzleHttp\Cookie\CookieJar; alias
263 $this->config['cookies'] = new CookieJar();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md51 * 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…