vertx / io.vertx.ext.web.handler / CSRFHandler / setResponseBody

setResponseBody

abstract fun setResponseBody(responseBody: String): CSRFHandler

Set the body returned by the handler when the XSRF token is missing or invalid.

Parameters

responseBody - the body of the response. If null, no response body will be returned.

Return
fluent