Is there a way to respond 418: I\'m a teapot on an express server? When I try
function f(res,req){ res.status(418).send("I\'m a teapot"); }