Phprest\Response\NoContent::__construct PHP Method

__construct() public method

public __construct ( array $headers = [] )
$headers array An array of response headers
    public function __construct($headers = [])
    {
        parent::__construct('', Response::HTTP_NO_CONTENT, $headers);
    }
NoContent