Lines Matching refs:by

91 * Feature: Added convenience method to access a cookie by name [#1318](https://github.com/guzzle/gu…
190 were not being removed by `curl_reset`.
194 their state if the encoding was automatically removed by a handler. This
251 owned by a request instance is no longer possible.
268 recursion required by chaining and forwarding react promises. See
317 * Added the ability to limit which protocols are allowed for redirects by
331 by default where the value represents an un-encoded value to send over the
358 * Note: This has been changed in 5.0.3 to now encode query string values by
443 from completing. This can now be handled by throwing the exception or by
471 using the `decode_content` request option. This is set to `true` by default
501 has been supplied by the user. This prevents the adapter layer from modifying
522 * Allowing multiple event subscriber listeners to be registered per event by
660 * Command objects can now return the validation errors encountered by the command
726 …every request created by a client (e.g. default query string variables, headers, curl options, etc…
730 created by a command (e.g. custom headers, query string variables, timeout settings, etc.).
771 * You can now enable E_USER_DEPRECATED warnings to see if you are using a deprecated method by sett…
794 * Default cache TTLs are now handled by the CacheStorageInterface of a CachePlugin
826 … blacklist support. This is no longer necessary now that Expect, Accept, etc. are managed by Guzzle
853 to help with refcount based garbage collection of resources created by sending a request
879 * application/x-www-form-urlencoded POSTs now use the utf-8 charset by default
965 * URLs with no path no longer contain a "/" by default
1005 …sier to deal with exceptions thrown when transferring commands or requests in parallel by providing
1030 * Bug: Using Guzzle inside of a phar uses system by default but now allows for a custom cacert
1058 * Magic methods are enabled by default on clients
1065 * Models can now be used like regular collection objects by calling filter, map, etc.
1084 * Now shipping with cURL's CA certs and using it by default
1087 * Only sending an Expect header by default when a payload is greater than 1MB
1108 * Bug: Fixed cookie bug on a request object by using CookieParser to parse cookies on requests
1128 * Services defined in two different config files that include one another will by default replace t…
1188 * Cookies are no longer URL decoded by default
1196 * Bug fix: CachePlugin now only caches GET and HEAD requests by default
1211 * Verbose cURL options are no longer enabled by default. Set curl.debug to true on a client to enab…
1325 * Added the ability to passed parameters to all requests created by a client
1330 * Added configurable magic method calls to clients and commands. This is off by default.
1333 * Emitting an event each time a client is generated by a ServiceBuilder