HTTP Requests

A HTTP Request is consist off
  1. request type [Get / Post ]
  2. resource address
  3. version of HTTP
  4. header
  5. body
an example of HTTP request might look like :

GET / HTTP/1.1
Host: www.webbycodeer.blogspot.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6)
Gecko/20050225 Firefox/1.0.1
Connection: Keep-Alive