This section provides some tutorial examples of HTTP 1.1 requests and responses. Real examples from perl.org and w3.org Web sites are included.
Let's use my Perl socket test program to send HTTP 1.1 requests to some popular Web servers.
HTTP 1.1 request requires the "Host" header line. I need to create a new request file
with an extra line, http_1_1_get.req. Don't forget to have 2 new line (\n) characters to end the file.