Lines Matching refs:now

7 Guzzle now uses [PSR-7](http://www.php-fig.org/psr/psr-7/) for HTTP messages.
21 is now present in the `GuzzleHttp\Psr7` namespace provided by the
23 - Guzzle no longer uses ReactPHP promises and now uses the
42 strings must now be passed into request objects as strings, or provided to
57 - As Guzzle now uses a middleware based systems the event system and RingPHP
66 - `GuzzleHttp\Subscriber\Cookie` is now provided by
68 - `GuzzleHttp\Subscriber\HttpError` is now provided by
70 - `GuzzleHttp\Subscriber\History` is now provided by
72 - `GuzzleHttp\Subscriber\Mock` is now provided by
74 - `GuzzleHttp\Subscriber\Prepare` is now provided by
76 - `GuzzleHttp\Subscriber\Redirect` is now provided by
78 - Guzzle now uses `Psr\Http\Message\UriInterface` (implements in
79 `GuzzleHttp\Psr7\Uri`) for URI support. `GuzzleHttp\Url` is now gone.
102 you now create a stack based middleware function that intercepts a request on
147 option is now used to send a multipart/form-data POST request.
162 Guzzle now uses [RingPHP](http://ringphp.readthedocs.org/en/latest) to send
164 is still supported, but it has now been renamed to `handler`. Instead of
165 passing a `GuzzleHttp\Adapter\AdapterInterface`, you must now pass a PHP
198 requests from completing. This can now be handled by throwing the exception or
228 recoverable are now wrapped by Guzzle.
232 now utilized in `GuzzleHttp\Event\EmitterInterface` (resulting in significant
262 - `setPath` now supports appending to an existing array via the `[]` notation.
266 Guzzle no longer requires Symfony's EventDispatcher component. Guzzle now uses
274 `GuzzleHttp\Event\Event`, and Guzzle now has an EventInterface in
278 event emitter of a request, client, etc. now uses the `getEmitter` method
361 - The constructor now accepts only an associative array. You can include a
377 reference to its request). This association is now managed through a
387 contain a body has been removed, and now `GuzzleHttp\Message\RequestInterface`
389 - Any method that previously accepts a `GuzzleHttp\Response` object now accept a
396 must now use the methods made available to `GuzzleHttp\Post\PostBodyInterface`
410 - `GuzzleHttp\Message\Header` has been removed. Header values are now simply
416 `GuzzleHttp\Post`. This interface has been simplified and now allows the
419 of the custom headers are now handled separately in specific
445 Streaming requests can now be created by a client directly, returning a
482 `GuzzleHttp\EntityBodyInterface` now require
484 longer uses `GuzzleHttp\EntityBody::factory` but now uses
488 - `Guzzle\Http\EntityBodyInterface` is now `GuzzleHttp\Stream\StreamInterface`
489 - `Guzzle\Http\EntityBody` is now `GuzzleHttp\Stream\Stream`
490 - `Guzzle\Http\CachingEntityBody` is now `GuzzleHttp\Stream\CachingStream`
491 - `Guzzle\Http\ReadLimitEntityBody` is now `GuzzleHttp\Stream\LimitStream`
499 emitted during the lifecycle of a request now emit a custom
504 - `request.before_send` has been renamed to `before` and now emits a
506 - `request.complete` has been renamed to `complete` and now emits a
510 - `error` is now an event that emits a `GuzzleHttp\Event\ErrorEvent`.
552 `Guzzle\Log` namespace has been removed. Guzzle now relies on
572 - Url: URL parsing is now performed in `GuzzleHttp\Url::fromString` (previously
634 `Guzzle\Http\EntityBodyInterface` now that they have been removed. The number
668 PHP requests are now implemented through the `GuzzleHttp\Adapter\StreamAdapter`.
675 - You can now enable E_USER_DEPRECATED warnings to see if you are using any deprecated methods.:
757 - Default cache TTLs are now handled by the CacheStorageInterface of a CachePlugin
771 * Mixed casing of headers are now forced to be a single consistent casing across all values for tha…
773 * Removed the whole changedHeader() function system of messages because all header changes now go t…
775 …Keeping the Host header and URL host in sync is now handled by overriding the addHeader method in …
777 …HeaderFactory which can map specific headers to specific header classes. There is now a Link heade…
810 * Removed cURL blacklist support. This is no longer necessary now that Expect, Accept, etc. are man…
814 * Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now reques…
818 * `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess
823 Base URLs of a client now follow the rules of http://tools.ietf.org/html/rfc3986#section-5.2.2 when…
842 Emitting IO events from a RequestMediator is now a parameter that must be set in a request's curl o…
894 … query parameters are no longer aggregated using a callback function. `Guzzle\Http\Query` now has a
1096 Commands are now called Operations
1124 Namespace is now `Guzzle\Inflection\Inflector`
1128 Namespace is now `Guzzle\Plugin`. Many other changes occur within this namespace and are detailed i…