On Wed, 2019-03-20 at 00:20 +0000, Andrew Hardy wrote: > I think HttpClient for Android uses org.apache.http.namevaluepair > defined > in HttpCore for some methods of its class URLEncodedUtilsHC4. > However, I > can find no Android version of HttpCore. How, therefore, do I use > methods > of URLEncodedUtilsHC4 in Android or are there any alternatives? In > particular the equivalent use parse methods. > > > Hope this makes proper sense, or maybe I have misunderstood things. > > > Many thanks, > > > Andrew. >
Hi Andrew HttpCore code got folded into Android distribution of HttpClient for the sake of simplicity. I am presently working on making sure that stock versions of Apache HttpClient 4.5 and 5.0 could be run on Android without any modifications but I have been doing all this work outside ASF as my own personal project. In your case I would just recommend using Apache HttpCore 5.0 which should just work on Android out of the box. Cheers Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org