Home
last modified time | relevance | path

Searched refs:StreamInterface (Results 51 – 56 of 56) sorted by relevance

123

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DPumpStream.php16 class PumpStream implements StreamInterface
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md231 implement `Psr\Http\Message\StreamInterface` by proxying to an underlying
240 use Psr\Http\Message\StreamInterface;
243 class EofCallbackStream implements StreamInterface
249 public function __construct(StreamInterface $stream, callable $cb)
424 `public static function copyToStream(StreamInterface $source, StreamInterface $dest, int $maxLen = …
432 `public static function copyToString(StreamInterface $stream, int $maxLen = -1): string`
440 `public static function hash(StreamInterface $stream, string $algo, bool $rawOutput = false): strin…
468 `public static function readLine(StreamInterface $stream, int $maxLength = null): string`
475 …urce|string|null|int|float|bool|StreamInterface|callable|\Iterator $resource = '', array $options …
486 - `Psr\Http\Message\StreamInterface`: Returns the value as-is.
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php9 use GuzzleHttp\Stream\StreamInterface; alias
88 * @param string|resource|StreamInterface $dest
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php111 } elseif ($sink instanceof \Psr\Http\Message\StreamInterface) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md483 `GuzzleHttp\Stream\StreamInterface`. Creating a new body for a request no
488 - `Guzzle\Http\EntityBodyInterface` is now `GuzzleHttp\Stream\StreamInterface`
513 - `curl.callback.progress` has been removed. Use a custom `StreamInterface` to
515 - `curl.callback.write` has been removed. Use a custom `StreamInterface` to
517 - `curl.callback.read` has been removed. Use a custom `StreamInterface` to
632 `Guzzle\Stream\StreamInterface` has been given a large update to cleanly take
638 ## Removed methods from StreamInterface
660 `GuzzleHttp\Stream\StreamInterface::getMetadata` and
661 `GuzzleHttp\Stream\StreamInterface::setMetadata` have been removed.
667 (instead of getting back a Response, you got a StreamInterface). Streaming
[all …]
H A DCHANGELOG.md446 * `GuzzleHttp\Stream\StreamInterface::getContents()` no longer accepts a
759 * Added `Guzzle\Stream\StreamInterface::isRepeatable`
1044 * Added setStream to StreamInterface to actually make it possible to implement custom rewind behavi…
1145 * Added a StreamInterface, EntityBodyInterface, and added ftell() to Guzzle\Common\Stream

123