public function Header::raw

Get the raw data array of the headers. This array is represented as an associative array of the various cases that might be stored in the header and an array of values associated with each case variation.

Return value

array

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php, line 217

Class

Header
Represents a header and all of the values stored by that header

Namespace

Guzzle\Http\Message

Code

public function raw() {
  return $this->values;
}