ResponseValidator

typealias ResponseValidator = suspend (response: HttpResponse) -> Unit(source)

Response validator method.

You could throw an exception to fail the response.

Report a problem