send html String
Future<void> sendHtml(String html) async => send( html, contentType: ContentType.html, statusCode: HttpStatus.notFound, );