kittinunf/fuel
The easiest HTTP networking library for Kotlin/Android observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 95
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4108
- days_rel: 674
- days_push: 30
- n_releases_24m: 1
Adoption not part of the score
4647 stars · 437 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Fuel is a Kotlin-first HTTP networking library built on Kotlinx Coroutines, offering a fluent API for GET/POST/PUT/DELETE/HEAD/PATCH requests on JVM and Android, with multiplatform support for Apple platforms. It provides optional modules for deserialization (Gson, Jackson, Moshi, Kotlinx Serialization), coroutines, RxJava, LiveData, and Reactor integration.
Use cases
- make HTTP requests from Kotlin with a fluent API
- call REST APIs from an Android app
- download files over HTTP in Kotlin
- upload multipart form data with files and blobs
- deserialize JSON responses into Kotlin data classes
- use coroutines for async networking in Kotlin
When to choose
- you want a simple, idiomatic Kotlin HTTP client for Android or JVM
- you need coroutine-based async requests with optional RxJava/LiveData/Reactor adapters
- you want built-in deserialization modules and easy file upload/download
When to avoid
- you need a fully stable 3.x release (currently alpha)
- you prefer Ktor client or Retrofit for more mature ecosystems
- you target Android below API 21 or Java below 8
Facets
library · maturity active
http-client serialization web-development android-tools developer-tools jvm cross-platform kotlin coroutines rest-client okhttp multipart-upload rxjava android
2 sources
- readme: https://github.com/kittinunf/fuel · fetched 2026-08-28 · 7cd34c05ad22
- homepage: https://fuel.gitbook.io/documentation/ · fetched 2026-08-29 · b6b2bcead86e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kittinunf/fuel | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem