Searched refs:PumpStream (Results 1 – 6 of 6) sorted by relevance
6 use GuzzleHttp\Stream\PumpStream; alias 14 $p = new PumpStream(function () {}, [
71 return new PumpStream($resource, $options);75 return new PumpStream(function () use ($resource) {
9 * When invoking the provided callable, the PumpStream will pass the amount of13 * the read() function of the PumpStream. The provided callable MUST return16 class PumpStream implements StreamInterface class
332 return new PumpStream(function () use ($resource) {349 return new PumpStream($resource, $options);
19 class PumpStream implements StreamInterface class
213 ## PumpStream section in Stream implementation215 `GuzzleHttp\Psr7\PumpStream`219 When invoking the provided callable, the PumpStream will pass the amount of223 the read() function of the PumpStream. The provided callable MUST return