ktor-client-core / io.ktor.client.features / HttpCallValidator / <init>

<init>

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.