CLOVIS
02/09/2020, 7:15 PMHttpClient() in the common code, or to expect the client from each platform to have more granular settings (but maybe code duplication as well?)russhwolf
02/09/2020, 11:24 PMHttpClientEngine that varies by platform and have a single HttpClient defined in common which uses it. Can inject via `expect`/`actual` or your favorite DI pattern from your platform code.CLOVIS
02/10/2020, 5:33 PMCLOVIS
02/10/2020, 5:41 PM