Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
DCachingStreamTest.php5 use GuzzleHttp\Stream\CachingStream; alias
16 /** @var CachingStream */
25 $this->body = new CachingStream($this->decorated);
37 $caching = new CachingStream($body);
95 $body = new CachingStream($decorated);
97 $skipReadBytes = new ReflectionProperty(CachingStream::class, 'skipReadBytes');
135 $d = new CachingStream($a);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DCachingStream.php10 class CachingStream implements StreamInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DCachingStream.php13 class CachingStream implements StreamInterface class
DServerRequest.php175 $body = new CachingStream(new LazyOpenStream('php://input', 'r+'));
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DServerRequest.php171 $body = new CachingStream(new LazyOpenStream('php://input', 'r+'));
DCachingStream.php13 final class CachingStream implements StreamInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DCHANGELOG.md242 - Support in `GuzzleHttp\Psr7\CachingStream` for seeking forward on remote
269 - Now allowing forward seeking in CachingStream.
DREADME.md56 ## CachingStream section in Stream implementation
58 The CachingStream is used to allow seeking over previously read bytes on
69 $stream = new Psr7\CachingStream($original);
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DCHANGELOG.md378 - Support in `GuzzleHttp\Psr7\CachingStream` for seeking forward on remote
405 - Now allowing forward seeking in CachingStream.
DREADME.md70 ## CachingStream section in PSR-7 Message Implementation
72 The CachingStream is used to allow seeking over previously read bytes on
83 $stream = new Psr7\CachingStream($original);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md490 - `Guzzle\Http\CachingEntityBody` is now `GuzzleHttp\Stream\CachingStream`
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md540 - `Guzzle\Http\CachingEntityBody` is now `GuzzleHttp\Stream\CachingStream`