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