private property dropbox::$_header in Dropbox Client 7
Same name and namespace in other branches
- 7.4 dropbox.php \dropbox::_header
- 7.2 dropbox.php \dropbox::_header
- 7.3 dropbox.php \dropbox::_header
File
- ./
dropbox.php, line 45
Class
Code
private $_header = array(
'Host' => self::HOST,
'Connection' => 'close',
'User-Agent' => 'Drupal',
'Accept-encoding' => 'identity',
);