response

@JvmName(name = "akcyvijllmxwuowk")
suspend fun response(value: Output<RestResponseArgs>)
@JvmName(name = "ddhfjsapdinvnelk")
suspend fun response(value: RestResponseArgs?)

Parameters

value

The expected response from the health provider. If no expected response is provided, the default is to expect the received response to have an HTTP status code of 200 OK.


@JvmName(name = "paralikyhdkvurgu")
suspend fun response(argument: suspend RestResponseArgsBuilder.() -> Unit)

Parameters

argument

The expected response from the health provider. If no expected response is provided, the default is to expect the received response to have an HTTP status code of 200 OK.