Interface GuzzleHttp\Cookie\CookieJarInterface

extends Countable, IteratorAggregate<SetCookie>

Stores HTTP cookies.

It extracts cookies from HTTP requests, and returns them in HTTP responses. CookieJarInterface instances automatically expire contained cookies when necessary. Subclasses are also responsible for storing and retrieving cookies from a file, database, etc.

Methods
Methods inherited from Countable
count()
Methods inherited from IteratorAggregate
getIterator()