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