1.2) It's pretty lame that all the examples on the website do stuff like:

res.redirect("/users/"~req.post["user"]);

With no comment to note that the application will CRASH if post["user"] is not present. My presumption was that it would just be handled as a null string.