kittinunf / fuel

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

Make fuel usable by common code again #927

Closed dalewking closed 3 weeks ago

dalewking commented 4 months ago

863 Basically made Fuel unusable from common code.

i just use Fuel to get the content of urls from common code. #863 basically makes that impossible. The view of HttpResponse in common code is now just an empty class. It only has properties in platform specific code.

You need to expose statusCode and body properties in common code.

iNoles commented 4 months ago

I have noticed those issues, so I implemented Kotlinx-io which makes it so simple. My mistakes!

iNoles commented 1 month ago

@dalewking I believe that Alpha 04 fixed this issue.

dalewking commented 3 weeks ago

Looks like it is fixed, but I have not been able to fully test it due to the switch to Source.