forward

@Produces(value = ["text/html"])
@Error(status = HttpStatus.NOT_FOUND, global = true)
suspend fun forward(request: HttpRequest<*>): HttpResponse<*>