Using ensure! and pals currently always yield a 500 internal server errror. We should make it so that an Into<StatusCode> must always be provided so these actually function as shorthands:
ensure!(tweet.len() < 140, 400, "Tweet must be under 140 characters");