var restify = require('restify'); var server = restify.createServer(); // $ Alert server.head('/', function (request, response){ });