We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2075119 commit 9f0511aCopy full SHA for 9f0511a
ebook/03.1.md
@@ -24,7 +24,7 @@ Web服务器的工作原理可以简单地归纳为:
24
25
URL(Uniform Resource Locator)是“统一资源定位符”的英文缩写,用于描述一个网络上的资源, 基本格式如下
26
27
- schema://host[:port#]/path/.../[?query-string][#anchor]
+ scheme://host[:port#]/path/.../[?query-string][#anchor]
28
scheme 指定低层使用的协议(例如:http, https, ftp)
29
host HTTP服务器的IP地址或者域名
30
port# HTTP服务器的默认端口是80,这种情况下端口号可以省略。如果使用了别的端口,必须指明,例如 http://www.cnblogs.com:8080/
0 commit comments