Lines Matching full:stream
12 * Moved ``GuzzleHttp\Stream\MetadataStreamInterface::getMetadata`` to
13 ``GuzzleHttp\Stream\StreamInterface``. MetadataStreamInterface is no longer
15 * Added ``attach()`` to ``GuzzleHttp\Stream\StreamInterface`` for PSR-7
19 ``GuzzleHttp\Stream\StreamInterface::getContents()``. This function now
20 returns the entire remainder of the stream. If you want to limit the maximum
21 amount of data read from the stream, use the
22 ``GuzzleHttp\Stream\Utils::copyToString()`` function.
26 ``eof()`` method when the stream is consumed.
27 * ``GuzzleHttp\Stream\Stream::__construct``,
28 ``GuzzleHttp\Stream\Stream::factory``, and
29 ``GuzzleHttp\Stream\Utils::create`` no longer accept a size in the second
32 * Added ``GuzzleHttp\Stream\BufferStream`` to add support for buffering data,
34 * Added ``GuzzleHttp\Stream\NullBuffer`` which can be used as a buffer that
36 * Added ``GuzzleHttp\Stream\AsyncStream`` to provide support for non-blocking
38 ``drain`` option is provided, the stream can also act as if it is a blocking
39 stream.
45 * Added ``flush`` to stream wrapper.
52 ``GuzzleHttp\Streams\Utils``. Use ``GuzzleHttp\Stream\Stream::factory()``
53 instead of ``GuzzleHttp\Stream\create()`` to create new streams.
55 underlying stream write buffers.
56 * Added ``FnStream`` to easily decorate stream behavior with callables.
57 * ``Utils::hash`` now throws an exception when the stream cannot seek to 0.
62 * Stream metadata is grabbed from the underlying stream each time
66 * LazyOpenStream now correctly returns the underlying stream resource when
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
92 * Do not clear statcache when a stream does not have a 'uri'