eZ\Bundle\EzPublishRestBundle\Features\Context\RestClient\BuzzDriver::getHeaders PHP Method

getHeaders() public method

Get all response headers.
public getHeaders ( ) : array
return array Associative array with $header => $value (value can be an array if it hasn't a single value)
    public function getHeaders()
    {
        return $this->unFormatHeaders($this->response->getHeaders());
    }