khttp-android
khttp-android copied to clipboard
Kotlin HTTP request library for Android, adapted from @jkcclemens/khttp.
Results
2
khttp-android issues
Sort by
recently updated
recently updated
newest added
Hi, I have an issue with the `BasicAuthorization.kt` file where you use the Java base 64 encoder. This does not exist on a phone with Android 5.1 that I'm testing...
I tried sending a post request to a website, but the app crashed because I didn't have the library reactivex added, but it's needed for error handling on `post`. Please...