Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CyC2018 committed Nov 18, 2020
1 parent 493f076 commit fb9f2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/HTTP.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ X-Cache: HIT

### URL

http 使用 URL( **U** niform **R**esource **L**ocator统一资源定位符来定位资源它可以认为是是 URI(**U**niform **R**esource **I**dentifier统一资源标识符的一个子集URL URI 的基础上增加了定位能力URI 除了包含 URL 之外还包含 URNUniform Resource Name统一资源名称),它知识用来定义一个资源的名称并不具备定位该资源的能力例如 urn:isbn:0451450523 用来定义一个书籍但是却没有表示怎么找到这本书
HTTP 使用 URL( **U** niform **R**esource **L**ocator统一资源定位符来定位资源它是 URI(**U**niform **R**esource **I**dentifier统一资源标识符的子集URL URI 的基础上增加了定位能力URI 除了包含 URL还包含 URNUniform Resource Name统一资源名称),它只是用来定义一个资源的名称并不具备定位该资源的能力例如 urn:isbn:0451450523 用来定义一个书籍名称但是却没有表示怎么找到这本书

<div align="center"> <img src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/8441b2c4-dca7-4d6b-8efb-f22efccaf331.png" width="500px"> </div><br>

Expand Down

0 comments on commit fb9f2a6

Please sign in to comment.