public function Response::getSetCookie

Get the Set-Cookie HTTP header

Return value

Header|null An HTTP cookie.

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php, line 650

Class

Response
Guzzle HTTP response object

Namespace

Guzzle\Http\Message

Code

public function getSetCookie() {
  return $this
    ->getHeader('Set-Cookie');
}