Actually after think about this abit more, I was w...
# ktor
a
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
I think the long term plan for ktor is to be cross platform.
👌 2
a
Whats not cross platform about Fuel ? its just some kotlin code. (btw, I've got no investment in Fuel, just interested)
s
Depends on a load of java.* classes. Cross platform in terms of kotlin/js and kotlin/native
r
I had issues with fuel adding content to audio files during uploads. Ended up switching back to OkHttp