You are here

public function RestfulInterface::setHttpHeaders in RESTful 7

Set the HTTP headers.

Parameters

string $key: The HTTP header key.

string $value: The HTTP header value.

1 method overrides RestfulInterface::setHttpHeaders()
RestfulBase::setHttpHeaders in plugins/restful/RestfulBase.php
Set the HTTP headers.

File

plugins/restful/RestfulInterface.php, line 113
Contains RestfulInterface.

Class

RestfulInterface
@file Contains RestfulInterface.

Code

public function setHttpHeaders($key, $value);