add clear
This commit is contained in:
@@ -502,6 +502,8 @@ class HttpClient
|
|||||||
private function headerFormat($headers)
|
private function headerFormat($headers)
|
||||||
{
|
{
|
||||||
$_tmp = [];
|
$_tmp = [];
|
||||||
|
|
||||||
|
var_dump($headers);
|
||||||
foreach ($headers as $key => $val) {
|
foreach ($headers as $key => $val) {
|
||||||
$trim = explode(': ', trim($val));
|
$trim = explode(': ', trim($val));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user