diff --git a/HttpServer/Client/Client.php b/HttpServer/Client/Client.php index 97fba1e3..56b3e1f9 100644 --- a/HttpServer/Client/Client.php +++ b/HttpServer/Client/Client.php @@ -47,6 +47,7 @@ class Client extends ClientAbstracts private function coroutine($url, $data = []): array|string|Result { try { + var_dump($url); $client = $this->generate_client($data, ...$url); if ($client->statusCode < 0) { throw new Exception($client->errMsg);