From 4c6523bd7538a1a05cfe3d9d6f37a9069c7ef2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 18 Nov 2020 11:55:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Client/Curl.php | 1 + 1 file changed, 1 insertion(+) 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); } }