fuel icon indicating copy to clipboard operation
fuel copied to clipboard

The easiest HTTP networking library for Kotlin/Android

Results 111 fuel issues
Sort by recently updated
recently updated
newest added

# Bug Report ## Description Can't make kotlinx-serialization to decode a list of objects from a JSON string. If I use responseString and 'manually' decode from the resulting string, it...

I checked in maven central, 2.2.2 is not there. I checked in jitpack.io and could find [this version](https://www.jitpack.io/#kittinunf/fuel/2.2.2). But still gradle couldn't install it. ![image](https://github.com/kittinunf/fuel/assets/788244/f0d3dad1-30cb-43ca-be68-e839edbe5f48)

Blocking - Result (WIP) - Okio/OkHTTP - Kotlinx serialization

For testing purposes one needs to set Fuel up to mock the behavior. You do provide: ``` public fun setHttpLoader(loader: HttpLoader) public fun setHttpLoader(factory: HttpLoaderFactory) ``` But those are kind...

### What's in this PR? This PR updates the publication file a bit by adding sourcesJar into the publication.

# Bug Report ## Description Docs issue probably. fuel-kotlinx-serialization mentions awaitResponseObject in docs which AFAIK does not exist (anymore?). It's probably awaitObjectResponse. ## To Reproduce Steps to reproduce the behavior:...

I am trying to post data using ".jsonBody" but every time it tries to POST it returns a Body: null. Am I formatting the json incorrectly? Any suggestions? ``` var...

# Bug Report ## Description When an exception is thrown in a request interceptor, that runtime exception bubbles up until the point that it is assumed (inside of of fuel...

When I looked at Coil Alpha for the network modules, I noticed they use request and response for headers. Also, it would be useful for developers to inspect the HTTP...

Bumps `okhttp` from 5.0.0-alpha.11 to 5.0.0-alpha.14. Updates `com.squareup.okhttp3:mockwebserver` from 5.0.0-alpha.11 to 5.0.0-alpha.14 Changelog Sourced from com.squareup.okhttp3:mockwebserver's changelog. Version 5.0.0-alpha.14 2024-04-17 Breaking: Move coroutines extensions to okhttp3.coroutines. Previously this artifact shared...

dependencies
java