This commit is contained in:
2021-12-24 14:31:41 +08:00
parent d07dbf1c8d
commit 372dbbb424
+2
View File
@@ -134,6 +134,8 @@ class AsyncClient extends ClientAbstracts
$this->setStatusCode(intval(explode(' ', $status)[1]));
$this->parseResponseHeaders($header);
$this->setBody($body);
var_dump($body);
}