You are here

public function HttpHeaderBagInterface::remove in RESTful 7.2

Removes a header from the bag.

Parameters

string $key: The header ID or the header name.

1 method overrides HttpHeaderBagInterface::remove()
HttpHeaderBag::remove in src/Http/HttpHeaderBag.php
Removes a header from the bag.

File

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

Class

HttpHeaderBagInterface

Namespace

Drupal\restful\Http

Code

public function remove($key);