<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>William Hua的Blog &#187; 嘀咕API</title>
	<atom:link href="http://www.williamhua.com/tag/%e5%98%80%e5%92%95api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.williamhua.com</link>
	<description>一个关于生活感悟、新奇见闻、互联网和消费电子的Blog</description>
	<lastBuildDate>Mon, 04 Jul 2011 01:29:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>利用Apache HTTPClient 4.x访问嘀咕API</title>
		<link>http://www.williamhua.com/2009/05/acccess-digu-api-through-apache-httpclient-4/</link>
		<comments>http://www.williamhua.com/2009/05/acccess-digu-api-through-apache-httpclient-4/#comments</comments>
		<pubDate>Sat, 23 May 2009 14:32:48 +0000</pubDate>
		<dc:creator>William Hua</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[嵌入式开发]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[HttpClient]]></category>
		<category><![CDATA[HttpComponent]]></category>
		<category><![CDATA[嘀咕]]></category>
		<category><![CDATA[嘀咕API]]></category>
		<category><![CDATA[身份认证]]></category>

		<guid isPermaLink="false">http://www.williamhua.com/?p=153</guid>
		<description><![CDATA[<a href="http://hc.apache.org/httpcomponents-client/index.html">HttpClient</a>是基于<a href="http://hc.apache.org/httpcomponents-core/index.html">HttpCore</a>实现的一个HTTP/1.1兼容的HTTP客户端，它提供了一系列可重用的客户端身份验证、HTTP状态保持、HTTP连接管理module。功能丰富的HTTPClient同时兼具出色的可扩展性和健壮性，目前已经成为了最为流行的Java HTTP客户端组件，为开发Web浏览器、Web Service客户端提供了很大的便利。

HttpClient(4.x)是<a href="http://hc.apache.org/httpclient-3.x/index.html">Jakarta Commons HttpClient 3.x</a>的继承，当前最新版本HttpClient 4.0-beta2。Android SDK在M5这个Milestone对HttpClient做了重大更新，开始捆绑HttpClient 4.x（当时还处于Alpha阶段）的包，而之前的M3则是捆绑了Jakarta Commons HttpClient 3.x。这一举动虽然在当时看起来太过激进，但是保证了在Android正式发布以后的API一致性。而<a href="http://digu.com/">嘀咕</a>作为国内为博客的后起之秀，以众多好用的插件赢得了不少用户的青睐，这背后所依靠的则是它开放的API。看起来嘀咕API + HttpClient + Android的组合会非常有意思。]]></description>
		<wfw:commentRss>http://www.williamhua.com/2009/05/acccess-digu-api-through-apache-httpclient-4/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

