Zhuo Sun

Results 2 comments of Zhuo Sun

``` @HttpClientDsl open class HttpClientEngineConfig { /** * The [CoroutineDispatcher] that will be used for the client requests. */ @Deprecated( "Custom dispatcher is deprecated. Consider using threadsCount instead.", level =...

> Looks like #1008 has solved this issue upstream. 🙂 > I was also wondering about the `val response` like @zhuosun-rally , but I solved with: > > ```kotlin >...