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