res.location()
指定されたURL式(url
)を"Location"レスポンスヘッダーに設定します。
res.location(url);
res.location('/foo/bar');
res.location('foo/bar');
res.location('http://example.com');
res.location('../login');
res.location('back');
res.redirect()
と同様のURL式を使用できます。