KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ktor-client-cronet
โ 6
Open GitHub โ
No description available.
Download README (.md)
Explore Similar Repositories
Gistagram
:
Kotlin Multiplatform GitHub/Instagram clone for android, iOS and desktop platforms
KtorAndroidClientExample
:
Simple implementation of Ktor Http Client for Android
KtorBoost
:
๐ Simplifying Ktor for Easier Development KMM/Compose Multiplatform
ktorgen
:
A lightweight Kotlin KSP processor to generate Ktor Client code with annotations
olpaka
:
Another frontend for Ollama
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ktor-client-cronet
?
Download (.md)
# ktor-client-cronet This is a Ktor 3 client engine that uses Cronet as the underlying HTTP client. Implementation is simplified and **not** tested in production. Use at your own risk. Inspired by [cronet-engine](https://github.com/niusounds/cronet-engine) See example usage in [NetworkFactory.kt](app/src/main/java/com/github/ruggedbl/ktor/client/cronet/NetworkFactory.kt). ## Useful links - [Cronet / Send a simple request](https://developer.android.com/develop/connectivity/cronet/start) - [Ktor](https://github.com/ktorio/ktor) - [Cronet sources](https://source.chromium.org/chromium/chromium/src/+/main:components/cronet/android/java/src/org/chromium/net/impl/CronetEngineBuilderImpl.java)