Join Slack
Powered by
hey all, is there a preferred or "standard" way to...
# getting-started
t
Thomas Dziedzic
09/08/2022, 8:37 PM
hey all, is there a preferred or "standard" way to do http calls in kotlin? like an external library or some built in http library
l
Landry Norris
09/08/2022, 8:41 PM
I’d think
#ktor
would be the closest to a ‘standard’ for Kotlin as a whole since it’s first-party.
t
Thomas Dziedzic
09/08/2022, 8:43 PM
https://ktor.io/docs/create-client.html#use-client
looks like it is exactly what I'm looking for thanks!
m
Matteo Mirk
09/11/2022, 7:55 AM
You can also use
http4k client
or some other libs, as you prefer:
https://kotlin.libhunt.com/categories/5616-http-clients
Unfortunately there’s no HTTP client in the standard library.
16
Views
Open in Slack
Previous
Next