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