does Kotlin native have a solution for making netw...
# kotlin-native
r
does Kotlin native have a solution for making network requests yet?
o
whole POSIX network sockets layer is available, see this example: https://github.com/JetBrains/kotlin-native/tree/master/samples/socket. Also bindings to third party network libs, such as libcurl are available, see https://github.com/JetBrains/kotlin-native/tree/master/samples/curl. And multiplatform HTTP client is being worked on here: https://github.com/e5l/http-client-common