Here's what a HTTP 1.1 request looks like: ⎗ ✓ 1 2 3 4GET / HTTP/1.1 Host: example.com (Note that it is followed by two Windows-style newlines, \r\n, although nearly all servers will accept \n)