Skip to content

Commit b0fed75

Browse files
authored
Merge pull request astaxie#987 from lcnja/master
Fix a typo for astaxie#967
2 parents d81fdab + ebd7655 commit b0fed75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/03.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ HTTP协议是无状态的,同一个客户端的这次请求和上次请求是
7979
GET /domains/example/ HTTP/1.1 //请求行: 请求方法 请求URI HTTP协议/协议版本
8080
Host:www.iana.org //服务端的主机名
8181
User-Agent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4 //浏览器信息
82-
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 //客户端能接收的mine
82+
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 //客户端能接收的MIME
8383
Accept-Encoding:gzip,deflate,sdch //是否支持流压缩
8484
Accept-Charset:UTF-8,*;q=0.5 //客户端字符编码集
8585
//空行,用于分割请求头和消息体

0 commit comments

Comments
 (0)