Express Kirim HTML mentah

res.set('Content-Type', 'text/html');
res.send(new Buffer('<h2>Test String</h2>'));
florinrelea