public function RestfulInterface::getHttpHeaders in RESTful 7
Return 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.
Return value
array
1 method overrides RestfulInterface::getHttpHeaders()
- RestfulBase::getHttpHeaders in plugins/
restful/ RestfulBase.php - Return array keyed by the header property, and the value.
File
- plugins/
restful/ RestfulInterface.php, line 103 - Contains RestfulInterface.
Class
- RestfulInterface
- @file Contains RestfulInterface.
Code
public function getHttpHeaders();