Top 7 Kotlin HTTP Client Projects
-
-
http4k
The Functional toolkit for Kotlin HTTP applications. http4k provides a simple and uniform way to serve, consume, and test HTTP services.
Project mention: What's the state of server-side frameworks with Kotlin support today for small teams? | /r/Kotlin | 2023-04-17You named Express as an example for a good framework - I'd say both http4k and ktor come close to it. Spring Boot would really be on the other end and I met lots of JS/TS devs that didn't even want to touch it. I did have the same impression than you though: Documentation for ktor is not great at all.
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
Ktorfit
HTTP client generator / KSP plugin for Kotlin Multiplatform (Android, iOS, Js, Jvm, Native) using KSP and Ktor clients inspired by Retrofit https://foso.github.io/Ktorfit
I'm going to hit you with a "it depends" though whether to use ktor or retrofit. If there is any part of you that thinks you're going to support multiplatform, then ktor with no discussion. Retrofit has come out and said that's not on their road map. There is another option called ktorfit which from the name you can guess is like retrofit but built on top of ktor to support multiplatform.
-
I use https://http-shortcuts.rmy.ch/ and https://www.home-assistant.io/ to accomplish exactly this but that's a fair amount of setup alongside Google home and requires another running computer for the home assistant application.
-
-
Android Snooper
Android library to record the network calls through the interceptor mechanism of the http clients.
-
Project mention: 🌐 A tiny HTTP client for Kotlin/Android. Only 90 lines of code | /r/Kotlin | 2022-12-30
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Kotlin HTTP Client related posts
Index
What are some of the best open-source HTTP Client projects in Kotlin? This list will help you:
Project | Stars | |
---|---|---|
1 | Fuel | 4,425 |
2 | http4k | 2,423 |
3 | Ktorfit | 1,161 |
4 | HTTP-Shortcuts | 798 |
5 | kohttp | 472 |
6 | Android Snooper | 158 |
7 | http-request-kotlin | 10 |