Essence\Http\Client\Native::__construct PHP Method

__construct() public method

Constructor.
public __construct ( integer $defaultCode = 404 )
$defaultCode integer The default HTTP status code to assume if response headers cannot be parsed.
    public function __construct($defaultCode = 404)
    {
        $this->_defaultCode = $defaultCode;
    }