This commit is contained in:
2020-11-18 11:55:06 +08:00
parent 628872ec14
commit 4c6523bd75
+1
View File
@@ -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);
}
}