You are here

7 calls to RestfulBase::setHttpHeaders() in RESTful 7

RestfulBase::addHttpHeaders in plugins/restful/RestfulBase.php
Add the a value to a multi-value HTTP header.
RestfulBase::options in plugins/restful/RestfulBase.php
Call resource using the OPTIONS http method.
RestfulBase::process in plugins/restful/RestfulBase.php
Entry point to process a request.
RestfulDataProviderDbQuery::remove in plugins/restful/RestfulDataProviderDbQuery.php
Remove the item from the data source.
RestfulDataProviderVariable::remove in plugins/restful/RestfulDataProviderVariable.php
Remove the item from the data source.
RestfulEntityBase::deleteEntity in plugins/restful/RestfulEntityBase.php
Delete an entity using DELETE.
RestfulEntityBase::updateEntity in plugins/restful/RestfulEntityBase.php
Update an entity.