Searched refs:PumpStream (Results 1 – 9 of 9) sorted by relevance
6 use GuzzleHttp\Stream\PumpStream; alias14 $p = new PumpStream(function () {}, [
71 return new PumpStream($resource, $options);75 return new PumpStream(function () use ($resource) {
16 class PumpStream implements StreamInterface class
332 return new PumpStream(function () use ($resource) {349 return new PumpStream($resource, $options);
19 class PumpStream implements StreamInterface class
320 return new PumpStream(function () use ($resource) {338 return new PumpStream($resource, $options);
19 final 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
226 ## PumpStream section in PSR-7 Message Implementation228 `GuzzleHttp\Psr7\PumpStream`232 When invoking the provided callable, the PumpStream will pass the amount of236 the read() function of the PumpStream. The provided callable MUST return