fixed typo

This commit is contained in:
Tevin Jeffrey
2015-04-04 18:44:41 -04:00
parent f2fc177014
commit 13f0e7cfeb

View File

@@ -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
Hostwww.iana.org // domain name
User-AgentMozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4 // browser information
Accepttext/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 // mine that clients can accept
Accepttext/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 // mime that clients can accept
Accept-Encodinggzip,deflate,sdch // stream compression
Accept-CharsetUTF-8,*;q=0.5 // character set in client side
// blank line