This commit is contained in:
bt3 2014-11-05 13:44:03 -05:00
parent 61474a0b98
commit 2cf4d903db

View File

@ -89,7 +89,7 @@ The first line of a request is modified to include protocol version information
- Accept-Language: supported language codes
- Referer: originating page for the request
The headers are terminated with a single empty line, which may be followerd by any payload the client wishes to pass to the server (the lenght should be specified with the Content-Length header). The payload is usually browser data, but there is no requirements.