handle

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