fixed typo
This commit is contained in:
@@ -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
|
GET /domains/example/ HTTP/1.1 // request line: request method, URL, protocol and its version
|
||||||
Host:www.iana.org // domain name
|
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
|
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-Encoding:gzip,deflate,sdch // stream compression
|
||||||
Accept-Charset:UTF-8,*;q=0.5 // character set in client side
|
Accept-Charset:UTF-8,*;q=0.5 // character set in client side
|
||||||
// blank line
|
// blank line
|
||||||
|
|||||||
Reference in New Issue
Block a user