Sends a plain text response (convenience method).
@override void send(String text) { _body.sendText(text); _sent = true; }