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