<?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>PHPMan--Live and learn &#187; HTTP协议</title>
	<atom:link href="http://www.phpman.com.cn/archives/category/coding/http-protocal/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpman.com.cn</link>
	<description>不积跬步,无以至千里;不积小流,无以成江海</description>
	<lastBuildDate>Wed, 28 Jul 2010 02:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTTP跳转(3XX)相关</title>
		<link>http://www.phpman.com.cn/archives/124</link>
		<comments>http://www.phpman.com.cn/archives/124#comments</comments>
		<pubDate>Thu, 23 Apr 2009 07:42:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTTP协议]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=124</guid>
		<description><![CDATA[HTTP跳转(3XX)相关]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/124/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTTP协议If-Range用法</title>
		<link>http://www.phpman.com.cn/archives/108</link>
		<comments>http://www.phpman.com.cn/archives/108#comments</comments>
		<pubDate>Thu, 23 Apr 2009 05:37:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTTP协议]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[Range]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=108</guid>
		<description><![CDATA[If-Range = "If-Range" ":" ( entity-tag &#124; HTTP-date )
IF-Range头部需配合Range，如果没有Range参数，则If-Range会被视为无效。]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/108/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>http请求中的If-Modified-Since</title>
		<link>http://www.phpman.com.cn/archives/102</link>
		<comments>http://www.phpman.com.cn/archives/102#comments</comments>
		<pubDate>Thu, 23 Apr 2009 03:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTTP协议]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=102</guid>
		<description><![CDATA[如果不满足If-None-Match,也就是任何一个Etag匹配了，那服务器就不会产生该请求的响应。除非判断其它条件如If-Modified-Since不成立……]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/102/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP协议的头信息详解(转)</title>
		<link>http://www.phpman.com.cn/archives/81</link>
		<comments>http://www.phpman.com.cn/archives/81#comments</comments>
		<pubDate>Tue, 31 Mar 2009 05:49:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTTP协议]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=81</guid>
		<description><![CDATA[通常HTTP消息包括客户机向服务器的请求消息和服务器向客户机的响应消息。这两种类型的消息由一个起始行，一个或者多个头域，一个只是头域结束的空行和可选的消息体组成。HTTP的头域包括通用头，请求头，响应头和实体头四个部分。每个头域由一个域名，冒号（:）和域值三部分组成。域名是大小写无关的，域值前可以添加任何数量的空格符，头域可以被扩展为多行，在每行开始处，使用至少一个空格或制表符。 ]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/81/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP协议详解（转）</title>
		<link>http://www.phpman.com.cn/archives/79</link>
		<comments>http://www.phpman.com.cn/archives/79#comments</comments>
		<pubDate>Tue, 31 Mar 2009 05:47:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTTP协议]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=79</guid>
		<description><![CDATA[http（超文本传输协议）是一个基于请求与响应模式的、无状态的、应用层的协议，常基于TCP的连接方式，HTTP1.1版本中给出一种持续连接的机制，绝大多数的Web开发，都是构建在HTTP协议之上的Web应用]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/79/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP协议(RFC2616)学习笔记</title>
		<link>http://www.phpman.com.cn/archives/68</link>
		<comments>http://www.phpman.com.cn/archives/68#comments</comments>
		<pubDate>Mon, 30 Mar 2009 04:06:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTTP协议]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[RFC2616]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=68</guid>
		<description><![CDATA[Hypertext Transfer Protocol -- HTTP/1.1]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/68/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
