res.location(path) Sets the response Location HTTP header to the specified path parameter.
res.type(type) Sets the Content-Type HTTP header to the MIME type as determined by
res.set(field [, value]) Sets the response’s HTTP header field to value. To set multiple fields at once, pass an object
res.cookie(name, value [, options]) Sets cookie name to value. The value parameter may be a string or
Page 3 of 3