You are here

public function RestfulInterface::addHttpHeaders in RESTful 7

Add the a value to a multi-value HTTP header.

Parameters

string $key: The HTTP header key.

string $value: The HTTP header value.

1 method overrides RestfulInterface::addHttpHeaders()
RestfulBase::addHttpHeaders in plugins/restful/RestfulBase.php
Add the a value to a multi-value HTTP header.

File

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

Class

RestfulInterface
@file Contains RestfulInterface.

Code

public function addHttpHeaders($key, $value);