コード例 #1
0
ファイル: Http1Driver.php プロジェクト: icicleio/http
 /**
  * {@inheritdoc}
  */
 public function buildRequest(Request $request, float $timeout = 0, bool $allowPersistent = false) : \Generator
 {
     return $this->builder->buildOutgoingRequest($request, $timeout, $allowPersistent);
 }