Lines Matching refs:to

12 * Moved ``GuzzleHttp\Stream\MetadataStreamInterface::getMetadata`` to
15 * Added ``attach()`` to ``GuzzleHttp\Stream\StreamInterface`` for PSR-7
20 returns the entire remainder of the stream. If you want to limit the maximum
24 failure. You MUST return ``false`` to mark the read as a failure, and ensure
25 that any decorators you create properly return ``true`` in response to the
31 "size" key and "metadata" key which can be used to provide custom metadata.
32 * Added ``GuzzleHttp\Stream\BufferStream`` to add support for buffering data,
36 * Added ``GuzzleHttp\Stream\AsyncStream`` to provide support for non-blocking
44 * Added an InflateStream to inflate gzipped or deflated content.
45 * Added ``flush`` to stream wrapper.
46 * Added the ability to easily register the GuzzleStreamWrapper if needed.
51 * Deprecated functions.php and moved all of those methods to
53 instead of ``GuzzleHttp\Stream\create()`` to create new streams.
54 * Added ``flush()`` to ``StreamInterface``. This method is used to flush any
56 * Added ``FnStream`` to easily decorate stream behavior with callables.
57 * ``Utils::hash`` now throws an exception when the stream cannot seek to 0.
72 * Added ``Stream\safe_open`` to open stream resources and throw exceptions
83 * Added an AppendStream to stream over multiple stream one after the other.
88 * Updated the ``detach()`` method to return the underlying stream resource or
93 * Added a fix to LimitStream
94 * Added a condition to ensure that functions.php can be required multiple times