You are here

private property dropbox::$_header in Dropbox Client 7

Same name and namespace in other branches
  1. 7.4 dropbox.php \dropbox::_header
  2. 7.2 dropbox.php \dropbox::_header
  3. 7.3 dropbox.php \dropbox::_header

File

./dropbox.php, line 45

Class

dropbox

Code

private $_header = array(
  'Host' => self::HOST,
  'Connection' => 'close',
  'User-Agent' => 'Drupal',
  'Accept-encoding' => 'identity',
);