Home
last modified time | relevance | path

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

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