From 13f0e7cfeb6d86347cb4e29c37419d9adb2ce0ef Mon Sep 17 00:00:00 2001 From: Tevin Jeffrey Date: Sat, 4 Apr 2015 18:44:41 -0400 Subject: [PATCH] fixed typo --- en/03.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/03.1.md b/en/03.1.md index 35fb205b..ca91cd86 100644 --- a/en/03.1.md +++ b/en/03.1.md @@ -76,7 +76,7 @@ Request packages all have three parts: request line, request header, and body. T GET /domains/example/ HTTP/1.1 // request line: request method, URL, protocol and its version Host:www.iana.org // domain name User-Agent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4 // browser information - Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 // mine that clients can accept + Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 // mime that clients can accept Accept-Encoding:gzip,deflate,sdch // stream compression Accept-Charset:UTF-8,*;q=0.5 // character set in client side // blank line