Home
last modified time | relevance | path

Searched refs:InflateStream (Results 1 – 8 of 8) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DInflateStreamTest.php4 use GuzzleHttp\Stream\InflateStream; alias
14 $b = new InflateStream($a);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DInflateStream.php15 class InflateStream implements StreamInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DInflateStream.php20 class InflateStream implements StreamInterface class
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php8 use GuzzleHttp\Stream\InflateStream; alias
76 $stream = new InflateStream(Stream::factory($stream));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst44 * Added an InflateStream to inflate gzipped or deflated content.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php165 $stream = new Psr7\InflateStream(
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md134 - `InflateStream` preserves `isSeekable` attribute of the underlying stream
H A DREADME.md129 ## InflateStream section in Stream implementation
131 `GuzzleHttp\Psr7\InflateStream`