createConfiguredHttpClient
fun createConfiguredHttpClient(json: Json = defaultNetworkJson, installContentNegotiation: Boolean = true, configure: HttpClientConfig<HttpClientEngineConfig>.() -> Unit = {}): HttpClient(source)
Creates the SDAI value produced by createConfiguredHttpClient.
Author
Dmitriy Moroz
Parameters
json
json value consumed by the API.
installContentNegotiation
install content negotiation value consumed by the API.
configure
configure value consumed by the API.