<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Etag on Coding</title>
		<link>http://coding.dong.asia/tags/etag/</link>
		<description>Recent content in Etag on Coding</description>
		<generator>Hugo</generator>
		<language>cn</language>
		
		
		
			<copyright>京ICP备17034023号 © 2019 隨風揚</copyright>
		
		
			<lastBuildDate>Tue, 23 Jan 2018 02:45:47 +0000</lastBuildDate>
		
			<atom:link href="http://coding.dong.asia/tags/etag/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>HTTP ETag</title>
				<link>http://coding.dong.asia/front/http/etag/</link>
				<pubDate>Tue, 23 Jan 2018 02:45:47 +0000</pubDate>
				<guid>http://coding.dong.asia/front/http/etag/</guid>
				<description>&lt;p&gt;Etag全称EntityTags，HTTP1.1中才加入的，Response Header一个属性，用来帮助服务器控制Web端的缓存验证。由服务器端生成，并且随着文件的改变而改变。HTTP规范从未指定生成ETag的方法。&lt;/p&gt;&#xA;&lt;p&gt;ETag是一个不透明的标识符，由Web服务器根据URL上的资源的特定版本而指定。如果那个URL上的资源内容改变，一个新的不一样的ETag就会被分配。用这种方法使用ETag即类似于指纹，并且他们能够被快速地被比较，以确定两个版本的资源是否相同。ETag的比较只对同一个URL有意义——不同URL上的资源的ETag值可能相同也可能不同，从他们的ETag的比较中无从推断。&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
