fuel
fuel copied to clipboard
The easiest HTTP networking library for Kotlin/Android
When flow is supported
# Feature Request This is a followup issue for https://github.com/kittinunf/Fuel/issues/274 ## Description Currently PATCH methods are silently transformed to POST methods. However, in java 11+ (https://stackoverflow.com/a/64048579/922584) you can use the...
# Feature Request ## Description I would like to integrate this library with Datadog and I cant find a way to do that ## Proposed Solution Add some config option...
# Bug Report ## Description Looking at the docs at https://github.com/kittinunf/fuel/blob/master/fuel/README.md: ``` Fuel.get("https://httpbin.org/get", listOf("foo" to "foo", "bar" to "bar")) .url // https://httpbin.org/get?foo=foo&bar=bar ``` However as far as I can see...
Hi, I have been struggling to figure out how to properly test code that uses fuel. I have reviewed previous issues and people suggest things like: ``` val someJson =...
I am asking for any kind of feedback on the next version of Fuel that is based on OkHttp with a support of ktor. It is not backward compatibility. It...
# Bug Report ## Description I am writing a client for a web site that supports one-sided SSL (TLS). That is, the site does not require that my client presents...
## Description Convert URL host to A-Label before making a request. `IDNA` object is provided by ICU4j dependency for JVM but on Android it is included in `android.icu.text.IDNA` so you...
The tests have been conducted on Android SDK 30 with Fuel version 2.3.1. With Fuel, URLs containing Unicode characters are converted using percent encoding but domain names should be converted...
Good evening everyone, I'm trying to do do SSL Pinning for my app and the Lets Encrypt certificate (ISRG Root X1) is returning `CertPathValidatorException: Trust anchor for certification path not...