buildOutgoingRequest() public method

public buildOutgoingRequest ( Request $request, float $timeout, boolean $allowPersistent = false ) : Generator
$request Request
$timeout float
$allowPersistent boolean
return Generator
Example #1
0
 /**
  * {@inheritdoc}
  */
 public function buildRequest(Request $request, float $timeout = 0, bool $allowPersistent = false) : \Generator
 {
     return $this->builder->buildOutgoingRequest($request, $timeout, $allowPersistent);
 }