coletz
01/11/2019, 7:30 PMGlobalScope.launch {
            try {
                val res = HttpClient().post<String> {
                    url("<http://172.16.94.217:3000/>")
                    body = "HELLO WORLD!"
                }
                Log.e("RES", res)
            } catch (e: Exception){
                e.printStackTrace()
            }
        }miha-x64
01/12/2019, 11:06 AM"photo"coletz
01/12/2019, 3:50 PM