Set text response
void text(String data, {int status = HttpStatus.ok}) { contentType = ContentType.text; this.status = status; body = data; }