<?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>梁剑的Blog &#187; http rfc</title>
	<atom:link href="http://icomes.net/tag/http-rfc/feed/" rel="self" type="application/rss+xml" />
	<link>http://icomes.net</link>
	<description>做有趣的事，做有用的人</description>
	<lastBuildDate>Fri, 20 Aug 2010 16:36:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>读RFC2616</title>
		<link>http://icomes.net/2008/11/24/%e8%af%bbrfc2616/</link>
		<comments>http://icomes.net/2008/11/24/%e8%af%bbrfc2616/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 14:42:00 +0000</pubDate>
		<dc:creator>梁剑</dc:creator>
				<category><![CDATA[Protocol]]></category>
		<category><![CDATA[技术笔记]]></category>
		<category><![CDATA[http rfc]]></category>

		<guid isPermaLink="false">http://tridot.cn/?p=199</guid>
		<description><![CDATA[想想做web已经一年半了，还没有系统的看过web的基础协议。 所以找了rfc2616的pdf版本，准备详细了解一下。 中文版也是有的，也曾下载看过，不过翻译质量实在不敢恭维。 还是和英文书一样，看原版吧。 非常有论文风格的一个标准。 一开始先是下定义，不过有几个定义我反复看了几次，还是不清楚具体的区别。 proxy An intermediary program which acts as both a server and a client for the purpose of making requests on behalf of other clients. Requests are serviced internally or by passing them on, with possible translation, to other servers. A proxy MUST implement both the client and server requirements [...]]]></description>
			<content:encoded><![CDATA[<p>想想做web已经一年半了，还没有系统的看过web的基础协议。<br />
所以找了rfc2616的pdf版本，准备详细了解一下。</p>
<p>中文版也是有的，也曾下载看过，不过翻译质量实在不敢恭维。<br />
还是和英文书一样，看原版吧。</p>
<p>非常有论文风格的一个标准。<br />
一开始先是下定义，不过有几个定义我反复看了几次，还是不清楚具体的区别。</p>
<p style="padding-left: 30px;"><strong>proxy</strong><br />
An intermediary program which acts as both a server and a client for the purpose of making requests on behalf<br />
of other clients. Requests are serviced internally or by passing them on, with possible translation, to other<br />
servers. A proxy MUST implement both the client and server requirements of this specification. A “transparent proxy” is a proxy that does not modify the request or response beyond what is required for proxy authentication and identification. A “non-transparent proxy” is a proxy that modifies the request or response in order to provide some added service to the user agent, such as group annotation services, media type transformation, protocolreduction, or anonymity filtering. Except where either transparent or non-transparent behavior is explicitly stated, the HTTP proxy requirements apply to both types of proxies.<br />
<strong>gateway</strong><br />
A server which acts as an intermediary for some other server. Unlike a proxy, a gateway receives requests as if it were the origin server for the requested resource; the requesting client may not be aware that it is<br />
communicating with a gateway.<br />
<strong>tunnel</strong><br />
An intermediary program which is acting as a blind relay between two connections. Once active, a tunnel is not considered a party to the HTTP communication, though the tunnel may have been initiated by an HTTP request. The tunnel ceases to exist when both ends of the relayed connections are closed.</p>
<p>有些实际例子就好了。</p>
]]></content:encoded>
			<wfw:commentRss>http://icomes.net/2008/11/24/%e8%af%bbrfc2616/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
