We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edfeb2 commit 035beeaCopy full SHA for 035beea
src/Http/CurlDispatcher.php
@@ -18,6 +18,7 @@ final class CurlDispatcher
18
19
private RequestInterface $request;
20
private $curl;
21
+ private $result;
22
private array $headers = [];
23
private $isBinary = false;
24
private ?StreamInterface $body = null;
0 commit comments