for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SugarAPI\SDK\Request;
class GETFile extends GET {
/**
* @inheritdoc
*/
protected static $_DEFAULT_HEADERS = array();
}