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