respondError

fun MockRequestHandleScope.respondError(    status: HttpStatusCode,     content: String = status.description,     headers: Headers = headersOf()): HttpResponseData

Send error response.

Report a problem