http Client
Client that will be used for every request with object
Build HttpClient by just passing an engine
fun httpClient(config: <ERROR CLASS><out <ERROR CLASS>>.() -> Unit): <ERROR CLASS>
Content copied to clipboard
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>
Content copied to clipboard
Client-Builder with engine that will be used for every request with object