Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Die Funktion start() wird innerhalb von List-Funktionen verwendet. Sie sendet Header-Informationen der Antwort. Mit den Eigenschaften code und headers können Sie Header-Informationen für Ihre Antwort bestimmen, z.B. so:
function(head, req) {
start({"code": 302, "headers": {"Location": "/"}});
}