class Config
HttpCallValidator configuration.
Config()
HttpCallValidator configuration. |
var expectSuccess: Boolean
Terminate HttpClient.receivePipeline if status code is not success(>=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. |