diff --git a/HttpServer/Client/Curl.php b/HttpServer/Client/Curl.php index a225450b..41c52568 100644 --- a/HttpServer/Client/Curl.php +++ b/HttpServer/Client/Curl.php @@ -224,6 +224,7 @@ class Curl extends ClientAbstracts foreach ($this->getHeader() as $key => $val) { $headers[$key] = $key . ': ' . $val; } + var_dump($headers); return array_values($headers); } }