<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>HTTP - 标签 - Victor's Code Journey</title><link>http://www.victorchu.info/tags/http/</link><description>HTTP - 标签 - Victor's Code Journey</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>victorchu0610@outlook.com (victorchutian)</managingEditor><webMaster>victorchu0610@outlook.com (victorchutian)</webMaster><lastBuildDate>Thu, 10 Jan 2019 16:32:07 +0800</lastBuildDate><atom:link href="http://www.victorchu.info/tags/http/" rel="self" type="application/rss+xml"/><item><title>URL简介</title><link>http://www.victorchu.info/posts/2019/01/b0db1270/</link><pubDate>Thu, 10 Jan 2019 16:32:07 +0800</pubDate><author><name>victorchutian</name></author><guid>http://www.victorchu.info/posts/2019/01/b0db1270/</guid><description><![CDATA[<div class="featured-image">
                <img src="/feature-images/net.webp" referrerpolicy="no-referrer">
            </div><p>每个服务器资源都有一个自己的名字，服务器资源名被称为统一资源标识符(URI)，用于唯一标识标识并定位资源。URI 是一个通用的概念，由两个主要的子集 URL 和 URN 组成。 URL是通过描述资源的位置来标识资源的，而 URN 是通过名字来标识资源。</p>
<p>http规范将更通用的 URI 作为资源标识符，但在http应用程序实际使用中，更常见的是处理URL。</p>]]></description></item></channel></rss>