8000 GitHub - TrainyApp/ktor-cronet: Ktor client engine using Cronet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TrainyApp/ktor-cronet

Repository files navigation

ktor-cronet

This is an implementation of a Ktor client engine, which uses Cronet

Usage

dependencies {
    implementation("com.trainyapp.cronet", "ktor-cronet", "1.0.0")
}
val httpClient = HttpClient(Cronet) {

}

Fallback

Cronet is only available on Google Play certified devices, if you want to support other devices add this dependency

About

Ktor client engine using Cronet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0