Actually after think about this abit more, I was wondering... There's already an awesome fully featured HttpClient lib in Kotlin called Fuel (https://github.com/kittinunf/Fuel) Was it considered to incorporate this into Ktor instead of building a new Http client from the bottom up?
s
spand
04/13/2018, 9:41 AM
I think the long term plan for ktor is to be cross platform.
👌 2
a
Aharon
04/13/2018, 11:52 AM
Whats not cross platform about Fuel ? its just some kotlin code. (btw, I've got no investment in Fuel, just interested)
s
spand
04/13/2018, 11:56 AM
Depends on a load of java.* classes. Cross platform in terms of kotlin/js and kotlin/native
r
Robert Menke
04/14/2018, 12:39 AM
I had issues with fuel adding content to audio files during uploads. Ended up switching back to OkHttp