google / cronet-transport-for-okhttp

This package allows OkHttp and Retrofit users to use Cronet as their transport layer, benefiting from features like QUIC/HTTP3 support or connection migration.
Apache License 2.0
427 stars 31 forks source link

Add a parallel version using android.net.http.HttpEngine #20

Open yschimke opened 1 year ago

yschimke commented 1 year ago

If the library supported both org.chromium.net and android.net.http, then it woould be possible to use it without the additional chromium download on U.

I guess separate libs make sense.

But alternatively one, but with chromium as a compile time dependencies only, and choosing the first one available at runtime.