Searched refs:Cookie (Results 1 – 25 of 45) sorted by relevance
12
33 * @see Cookie for description of possible cookie properties34 …* @param Cookie|array $cookie Cookie object. May be also created from array for compatibility reas…40 $cookie = Cookie::createFromArray($cookie);42 if (!$cookie instanceof Cookie) {87 …* @return Cookie|null The cookie, or null in JsonWire mode if no cookie with the given name is pre…101 return Cookie::createFromArray($cookieArray);117 * @return Cookie[] The array of cookies presented.128 $cookies[] = Cookie::createFromArray($cookieArray);
14 class Cookie implements \ArrayAccess class34 * @return Cookie
2 var Cookie = variable49 Cookie.write('cookiesEnabled', 1);50 var boolCookiesEnabled = Cookie.read('cookiesEnabled');51 Cookie.remove('cookiesEnabled');
2 namespace GuzzleHttp\Cookie;
19 …Cookie.Set("fontWarn",{warned:true})};var g=function(){c.fade++;if(c.timer){delete c.timer}if(c.fa…
3 namespace GuzzleHttp\Cookie;
63 ## Cookie Options65 Cookie attributes can be set globally by setting properties of the `$.cookie.defaults` object or in…83 (From [Internet Explorer Cookie Internals (FAQ)](http://blogs.msdn.com/b/ieinternals/archive/2009/0…
85 [[json_definition_demo?json_recipe=recipe_butter_cookie|JSON Data Definition Demo - Butter Cookie]]88 …pe=recipe_butter_cookie#external_file_from_query_string|JSON Data Definition Demo - Butter Cookie]]280 Make again 'Butter Cookie Enhanced', which is based on 'Butter Cookie':302 … cookie super enhanced", which is based on 'Butter Cookie Enhanced', which is based on 'Butter Coo…
10 - PHP 8.1 deprecations in the `Cookie` class.14 - Add `@return` and `@param` type annotations to Cookie class to avoid deprecations in PHP 8.1.122 - Stop sending null values in Cookie object, which is against the protocol and may cause request to…150 - Cookies should now be set using `Cookie` value object instead of an array when passed to to `addC…151 …nd `getCookies()` methods of `WebDriverOptions` are now encapsulated in `Cookie` object instead of…
META-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
4 use GuzzleHttp\Cookie\CookieJarInterface;
4 use GuzzleHttp\Cookie\CookieJar;
5 use GuzzleHttp\Cookie\CookieJarInterface;
5 use GuzzleHttp\Cookie\CookieJar;
29 - Function `GuzzleHttp\Cookie\CookieJar::getCookieValue` is removed.116 - `GuzzleHttp\Subscriber\Cookie` is now provided by227 - `GuzzleHttp\Cookie\SetCookie`613 - Cookie: Cookie parsing logic has been moved to614 `GuzzleHttp\Cookie\SetCookie::fromString`.631 - `GuzzleHttp\Subscriber\Cookie`: Replaces the old CookiePlugin. Cookie jar632 code has moved to `GuzzleHttp\Cookie`.
66 - `GuzzleHttp\Subscriber\Cookie` is now provided by177 - `GuzzleHttp\Cookie\SetCookie`563 - Cookie: Cookie parsing logic has been moved to564 `GuzzleHttp\Cookie\SetCookie::fromString`.581 - `GuzzleHttp\Subscriber\Cookie`: Replaces the old CookiePlugin. Cookie jar582 code has moved to `GuzzleHttp\Cookie`.
171 * Bug fix: Now ignoring Set-Cookie headers that have no name.176 * Bug fix: Cookie path matching fixes402 `GuzzleHttp\Cookie\SetCookie`. This blog post provides a good outline of557 * 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 62651081 * Moved all cookie code to Guzzle\Plugin\Cookie1231 * 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 data1239 * Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implement…[all …]