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.
2 parents 43e1301 + 6b52865 commit 4cd535fCopy full SHA for 4cd535f
src/Http/CurlDispatcher.php
@@ -15,6 +15,7 @@ final class CurlDispatcher
15
{
16
private RequestInterface $request;
17
private $curl;
18
+ private $result;
19
private array $headers = [];
20
private $isBinary = false;
21
private $body;
0 commit comments