You are here

public property DeployServiceRest::$headers in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 7.2 includes/DeployServiceRest.inc \DeployServiceRest::headers

An associative array of http headers for the REST request.

Type: array

File

includes/DeployServiceRest.inc, line 26
Implementation of a REST based client for deploying entities.

Class

DeployServiceRest
Base class for REST-based service plugins.

Code

public $headers = array();