HttpCallValidator

fun HttpCallValidator(responseValidators: List<ResponseValidator>, callExceptionHandlers: List<CallExceptionHandler>)

Response validator feature is used for validate response and handle response exceptions.

See also Config for additional details.