public function MessageInterface::getRawHeaders

Get the raw message headers as a string

Return value

string

2 methods override MessageInterface::getRawHeaders()
Request::getRawHeaders in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the raw message headers as a string
Response::getRawHeaders in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php
Get the the raw message headers as a string

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php, line 130

Class

MessageInterface
Request and response message interface

Namespace

Guzzle\Http\Message

Code

public function getRawHeaders();