You are here

public function HttpHeaderBagInterface::append in RESTful 7.2

Appends the values of the passed in header to if the header already exists.

Parameters

HttpHeaderInterface $header: The header object or an associative array with the name and value.

Throws

ServerConfigurationException

1 method overrides HttpHeaderBagInterface::append()
HttpHeaderBag::append in src/Http/HttpHeaderBag.php
Appends the values of the passed in header to if the header already exists.

File

src/Http/HttpHeaderBagInterface.php, line 61
Contains \Drupal\restful\Http\HttpHeaderBagInterface.

Class

HttpHeaderBagInterface

Namespace

Drupal\restful\Http

Code

public function append(HttpHeaderInterface $header);