Home
last modified time | relevance | path

Searched refs:CookieJarInterface (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php17 interface CookieJarInterface extends \Countable, \IteratorAggregate interface
65 * @return CookieJarInterface
H A DCookieJar.php10 class CookieJar implements CookieJarInterface
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php4 use GuzzleHttp\Cookie\CookieJarInterface; alias
30 } elseif (!($options['cookies'] instanceof CookieJarInterface)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1238 * BC: Renaming methods in the CookieJarInterface