leandro
12/15/2022, 3:43 PMHttpClientEngineBase
intended to be subclassed? I ask because suspend fun execute(data: HttpRequestData): HttpResponseData
is maked as @InternalAPI
, but HttpClientEngineBase
itself isn’t.Aleksei Tirman [JB]
12/19/2022, 9:52 AMexecute
method directly. On the other hand, engine implementers should ignore it.leandro
12/19/2022, 11:53 AM