res.type('html'); res.status(httpStatusCodes.OK); res.send('Greetings');
res .type('html') .status(httpStatusCodes.OK) .send('Greetings');
res.type('html').status(httpStatusCodes.OK).send('Greetings');