httpclient-android
httpclient-android copied to clipboard
HttpClient repackaged for Android
Test
>We investigated better the Apache HttpComponents HttpClient v4.5 library, as you suggested. >We confirm that at the moment, the HttpClient does not support the NetworkSecurityPolicy, since this new feature is...
> get it working on Android API version from 3 to 23 As for me library works well on Android 8-9 (with `usesCleartextTraffic` flag in manifest) But it is required...
Now building with `INCLUDE_JGSS_API = 1` fails, which prevents us from providing NegotiateScheme, GGSScheme, KerberosScheme and SPNegoScheme auth within library. I'm running out of time to handle this, so feel...