add clear

This commit is contained in:
as2252258@163.com
2020-01-03 15:12:57 +08:00
parent e435a3888b
commit 9c7a23d802
+2
View File
@@ -502,6 +502,8 @@ class HttpClient
private function headerFormat($headers)
{
$_tmp = [];
var_dump($headers);
foreach ($headers as $key => $val) {
$trim = explode(': ', trim($val));