You are here

private property DroppingStream::$maxLength in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/psr7/src/DroppingStream.php \GuzzleHttp\Psr7\DroppingStream::maxLength

File

vendor/guzzlehttp/psr7/src/DroppingStream.php, line 14

Class

DroppingStream
Stream decorator that begins dropping data once the size of the underlying stream becomes too full.

Namespace

GuzzleHttp\Psr7

Code

private $maxLength;