Made the response headers public.
This commit is contained in:
@@ -21,7 +21,7 @@ class Response {
|
|||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $headers = array();
|
public $headers = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* HTTP status codes.
|
* HTTP status codes.
|
||||||
|
|||||||
Reference in New Issue
Block a user