fix where in shortcut and response header casing problem.
This commit is contained in:
@@ -89,7 +89,7 @@ class Response {
|
||||
{
|
||||
$this->status = $status;
|
||||
$this->content = $content;
|
||||
$this->headers = $headers;
|
||||
$this->headers = array_change_key_case($headers);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user