rpcConfig

fun HttpRequestBuilder.rpcConfig(configBuilder: KrpcConfigBuilder.Client.() -> Unit = {})(source)

Extension function for the HttpRequestBuilder that allows to configure RPC for the call. Usually used with the rpc functions. Overrides Krpc plugin configuration.

Parameters

configBuilder

The function that configures RPC.