diff --git a/src/Curl.php b/src/Curl.php index d9cc49f..12d93ef 100644 --- a/src/Curl.php +++ b/src/Curl.php @@ -51,6 +51,7 @@ class Curl extends ClientAbstracts $host .= ':' . $this->getPort(); } + var_dump($host . $path); $this->do(curl_init($host . $path), $host . $path, $method); if ($isHttps !== false) { $this->curlHandlerSslSet();