httpClient

fun httpClient(client: <ERROR CLASS>): <ERROR CLASS>

Client that will be used for every request with object

fun httpClient(engine: <ERROR CLASS>): <ERROR CLASS>

Build HttpClient by just passing an engine

fun httpClient(config: <ERROR CLASS><out <ERROR CLASS>>.() -> Unit): <ERROR CLASS>

Client-Builder that will be used for every request with object

fun httpClient(engine: <ERROR CLASS>, config: <ERROR CLASS><out <ERROR CLASS>>.() -> Unit): <ERROR CLASS>

Client-Builder with engine that will be used for every request with object