Skip to content

Commit 352e36f

Browse files
committed
Merge pull request astaxie#176 from xuchdong/patch-1
Update 03.1.md
2 parents 2075119 + 9f0511a commit 352e36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebook/03.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Web服务器的工作原理可以简单地归纳为:
2424

2525
URL(Uniform Resource Locator)是“统一资源定位符”的英文缩写,用于描述一个网络上的资源, 基本格式如下
2626

27-
schema://host[:port#]/path/.../[?query-string][#anchor]
27+
scheme://host[:port#]/path/.../[?query-string][#anchor]
2828
scheme 指定低层使用的协议(例如:http, https, ftp)
2929
host HTTP服务器的IP地址或者域名
3030
port# HTTP服务器的默认端口是80,这种情况下端口号可以省略。如果使用了别的端口,必须指明,例如 http://www.cnblogs.com:8080/

0 commit comments

Comments
 (0)