class Config
HttpCallValidator configuration.
Config()
HttpCallValidator configuration. |
var
Terminate HttpClient.receivePipeline if status code is not successful (>=300). |
fun handleResponseException(block: CallExceptionHandler): Unit
Add CallExceptionHandler. Last added handler executes first. |
|
fun validateResponse(block: ResponseValidator): Unit
Add ResponseValidator. Last added validator executes first. |