Searched refs:InflateStream (Results 1 – 12 of 12) sorted by relevance
4 use GuzzleHttp\Stream\InflateStream; alias14 $b = new InflateStream($a);
15 class InflateStream implements StreamInterface class
20 final class InflateStream implements StreamInterface class
20 class InflateStream implements StreamInterface class
8 use GuzzleHttp\Stream\InflateStream; alias76 $stream = new InflateStream(Stream::factory($stream));
44 * Added an InflateStream to inflate gzipped or deflated content.
165 $stream = new Psr7\InflateStream(
170 $stream = new Psr7\InflateStream(Psr7\Utils::streamFor($stream));
134 - `InflateStream` preserves `isSeekable` attribute of the underlying stream
129 ## InflateStream section in Stream implementation131 `GuzzleHttp\Psr7\InflateStream`
270 - `InflateStream` preserves `isSeekable` attribute of the underlying stream
143 ## InflateStream section in PSR-7 Message Implementation145 `GuzzleHttp\Psr7\InflateStream`