You are here

protected property HttpResponse::$headers in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-feed/src/PubSubHubbub/HttpResponse.php \Zend\Feed\PubSubHubbub\HttpResponse::headers

Array of headers. Each header is an array with keys 'name' and 'value'

Type: array

File

vendor/zendframework/zend-feed/src/PubSubHubbub/HttpResponse.php, line 26

Class

HttpResponse

Namespace

Zend\Feed\PubSubHubbub

Code

protected $headers = [];