res.send([body]) Sends the HTTP response. The body parameter can be a Buffer object
res.sendFile(path [, options] [, fn]) res.sendFile() is supported by Express v4.8.0 onwards
res.cookie(name, value [, options]) Sets cookie name to value. The value parameter may be a string or
res.set(field [, value]) Sets the response’s HTTP header field to value. To set multiple fields at once, pass an object
Page 3 of 3