Home
last modified time | relevance | path

Searched defs:CookieJarInterface (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php17 interface CookieJarInterface extends \Countable, \IteratorAggregate interface
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php4 use GuzzleHttp\Cookie\CookieJarInterface; alias