This commit is contained in:
2020-09-02 14:28:21 +08:00
parent c02526bfbf
commit 39343a8bc1
+8
View File
@@ -95,6 +95,14 @@ class HttpHeaders
return $this->response;
}
/**
* @return array
*/
public function toArray()
{
return $this->headers;
}
/**
* @param $name
* @return mixed|null