Searched refs:InflateStream (Results 1 – 8 of 8) sorted by relevance
4 use GuzzleHttp\Stream\InflateStream; alias 14 $b = new InflateStream($a);
15 class InflateStream implements StreamInterface class
20 class InflateStream implements StreamInterface class
8 use GuzzleHttp\Stream\InflateStream; alias 76 $stream = new InflateStream(Stream::factory($stream));
44 * Added an InflateStream to inflate gzipped or deflated content.
165 $stream = new Psr7\InflateStream(
134 - `InflateStream` preserves `isSeekable` attribute of the underlying stream
129 ## InflateStream section in Stream implementation131 `GuzzleHttp\Psr7\InflateStream`