Originally posted here by BUDsmoker
I know how to use them but in just their simplest form, EX:

GET www.any.com / http 1.0/
This is wrong btw. it should be (after a telnet or netcat to www.any.com port 80):

Code:
GET / HTTP/1.0
Or http 1.1 style:
Code:
GET / HTTP/1.1
Host: www.any.com