kittinunf / fuel

The easiest HTTP networking library for Kotlin/Android
https://fuel.gitbook.io/documentation/
MIT License
4.56k stars 430 forks source link

Integration with IO multiplatform library #923

Closed iNoles closed 2 months ago

iNoles commented 3 months ago

There is koltinx-io for A multiplatform Kotlin library providing basic IO primitives. kotlinx-io is based on Okio but does not preserve backward compatibility with it. Alpha stages as for now.

There is also Okio that would be useful too.

kotlinx-serialization supports the both IO multi-platform libraries. Also, I feel like the both IO multi-platform libraries will simplified many things for Base64 and use Source for the body in HTTPResponse.

What you all think about this?