handle

@Get(value = "/error/internal", produces = ["text/html"])
@Error(status = HttpStatus.INTERNAL_SERVER_ERROR, global = true)
open suspend override fun handle(request: HttpRequest<out Any>): RawResponse