Sends a plain text response.
void send(String text, {int status = 200}) { response.status(status).send(text); }