问题描述
我在寻找比已经包含在SDK中的另一种HTTP客户端库。我一直没能找到任何。有谁知道对否?它不必是开源的。
I'm looking for an alternative HTTP client library than what is already included in the SDK. I haven't been able to find any. Does anyone know of any? It doesn't have to be open source.
推荐答案
许多内置Android的问题在HttpClient的相关问题4.1。德克博野已经创建了一个脚本来HttpClient的转换4.1源成一个Android友好的软件包。你可以找到一些prepackaged jar文件和他在这里的脚本:<一href="https://$c$c.google.com/p/httpclientandroidlib/">https://$c$c.google.com/p/httpclientandroidlib/
Many of the issues with Android's built in HttpClient are related issues that have been resolved in HttpClient 4.1. Dirk Boye has created a script to convert the HttpClient 4.1 sources into an Android friendly package. You can find some prepackaged jar files and his script here: https://code.google.com/p/httpclientandroidlib/
这篇关于Android的替代HTTP客户端库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!