Lines Matching refs:Cookie
171 * Bug fix: Now ignoring Set-Cookie headers that have no name.
176 * Bug fix: Cookie path matching fixes
402 `GuzzleHttp\Cookie\SetCookie`. This blog post provides a good outline of
557 * Added `ToArrayInterface` to `GuzzleHttp\Cookie\CookieJar`
642 * Now properly escaping the regular expression delimiter when matching Cookie domains.
695 * Bug fix: Cookie domains are now matched correctly according to RFC 6265
1081 * Moved all cookie code to Guzzle\Plugin\Cookie
1231 * Bug: Changed the default cookie header casing back to 'Cookie'
1237 * BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data
1239 * Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implement…
1307 * Cleaned up Cookie parsing