protected property EntityEnclosingRequest::$expectCutoff

Type: int When the size of the body is greater than 1MB, then send Expect: 100-Continue

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php, line 19

Class

EntityEnclosingRequest
HTTP request that sends an entity-body in the request message (POST, PUT, PATCH, DELETE)

Namespace

Guzzle\Http\Message

Code

protected $expectCutoff = 1048576;