Join Slack
Powered by
Does Kotlin have any built-in libraries for HTTP R...
# getting-started
s
Stefan Russo
02/06/2020, 2:45 PM
Does Kotlin have any built-in libraries for HTTP Requests similar to Java 11's built-in HTTPClient?
d
diesieben07
02/06/2020, 2:46 PM
No, its not built-in, but take a look at Ktor:
https://ktor.io/clients/index.html
s
Stefan Russo
02/06/2020, 2:51 PM
Thanks.
m
Matteo Mirk
02/06/2020, 3:01 PM
Also take a look at http4k and these others:
https://kotlin.libhunt.com/categories/5616-http-clients
m
Mike
02/06/2020, 3:18 PM
And of course if you're on JDK11, you should be able to use the HTTPClient from Kotlin...
☝️ 6
s
Stefan Russo
02/06/2020, 3:38 PM
Thanks all!
6
Views
Open in Slack
Previous
Next