KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
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)