You are here

protected property RestfulBase::$httpHeaders in RESTful 7

Array keyed by the header property, and the value.

This can be used for example to change the "Status" code of the HTTP response, or to add a "Location" property.

Type: array $httpHeaders

File

plugins/restful/RestfulBase.php, line 33
Contains RestfulBase.

Class

RestfulBase
Class \RestfulBase

Code

protected $httpHeaders = array();