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.
2 parents b85b992 + 157dc17 commit 359a0d0Copy full SHA for 359a0d0
zh/03.1.md
@@ -25,7 +25,7 @@ Web服务器的工作原理可以简单地归纳为:
25
URL(Uniform Resource Locator)是“统一资源定位符”的英文缩写,用于描述一个网络上的资源, 基本格式如下
26
27
scheme://host[:port#]/path/.../[?query-string][#anchor]
28
- scheme 指定低层使用的协议(例如:http, https, ftp)
+ scheme 指定底层使用的协议(例如:http, https, ftp)
29
host HTTP服务器的IP地址或者域名
30
port# HTTP服务器的默认端口是80,这种情况下端口号可以省略。如果使用了别的端口,必须指明,例如 http://www.cnblogs.com:8080/
31
path 访问资源的路径
0 commit comments