app.METHOD(path, callback [, callback ...]) Routes an HTTP request, where METHOD is the HTTP method of the request, such as GET, PUT, POST,
app.render(view, [locals], callback) Returns the rendered HTML of a view via the callback function. It accepts an optional parameter
app.disable(name) Sets the Boolean setting name to false, where name is one of the properties from the
Page 3 of 3