https://kotlinlang.org logo
#kotlin-fuel
Title
# kotlin-fuel
d

Derk-Jan Karrenbeld

07/18/2019, 12:13 AM
Please don't try to just implement that yourself. The URL and URI classes do a LOT. If you remove it, we need a multiplatform alternative. There are people relying on these errors being thrown.
i

itnoles

07/18/2019, 1:16 AM
full URL as String is better alternatives of it.
d

Derk-Jan Karrenbeld

07/18/2019, 7:48 AM
Like what?
i

itnoles

07/18/2019, 2:52 PM
developers can added path and query string into it if they want
k

kittinunf

07/19/2019, 4:32 AM
But how do we deal with encoding of the parameters? It will be quite a pain if we don’t have an easy way to encode it for our user?
i

itnoles

07/19/2019, 5:41 AM
JS always Unicode. JVM has a choice. Native may have a choice.
Kotlin IO Multiplatform library has charset.
5 Views