This commit is contained in:
2021-08-01 15:16:50 +08:00
parent ff1f891ec3
commit ea4e6e9651
3 changed files with 12 additions and 3 deletions
+10
View File
@@ -68,6 +68,16 @@ class HttpHeaders
return $this;
}
/**
* @param array $headers
*/
public function setHeaders(array $headers)
{
$this->_headers = $headers;
}
/**
* @return array
*/