http://phparch.com </shameless_plug>
"Nabaztag" pronounced "na-poss-talk" or "na-boss-tug"
POST /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
wpAntispam=&wpSection=&wpStarttime=20080719022313
POST
= method or operation/wiki/Main_Page
= Uniform Resource Identifier (URI)HTTP/1.1
= client protocol and versionHost
= header name, en.wikipedia.org
= header valuehttp://user:pass@domain.com:8080/file.ext?query=&var=value
http
= scheme or protocoluser:pass
= username and password for authenticationdomain.com
= hostname8080
= server port/file.ext
= pathquery=&var=value
= query string
?
separates URI and query string&
=
HTTP/1.1 200 OK
Host: en.wikipedia.org
Content-Length: 48363
Content-Type: text/html; charset=utf-8
<!DOCTYPE html>
...
HTTP/1.1
= server protocol and version200 OK
= status code and reason phraseHost
= header name, en.wikipedia.org
= header valueGET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
HEAD /wiki/MainPage HTTP/1.1
Host: en.wikipedia.org
POST /wiki/ HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Content-Length: 57
Host: en.wikipedia.org
wpAntispam=&wpSection=&wpStarttime=20080719022313
PUT /wiki/Main_Page HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Content-Length: 57
Host: en.wikipedia.org
wpAntispam=&wpSection=&wpStarttime=20080719022313
DELETE /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
GET /search?q=test HTTP/1.1
Host: google.com
HTTP/1.1 200 OK
Host: google.com
Set-Cookie: PREF=ID...; expires=Thu, 11-Apr-2013...
<!doctype html><head><title>test - Google Search</title>...
GET /search?q=test HTTP/1.1
Host: google.com
Cookie: PREF=ID...; expires=Thu, 11-Apr-2013...
GET /search?q=test HTTP/1.1
Host: google.com
HTTP/1.1 301 Moved Permanently
Host: google.com
Location: http://www.google.com/search?q=test
GET /search?q=test HTTP/1.1
Host: www.google.com
GET /wiki/Main_Page HTTP/1.1
Host: en.wikipedia.org
Referer: http://www.google.com/search?q=wikipedia
GET /search?q=test HTTP/1.1
Host: www.google.com
HTTP/1.1 200 OK
Host: google.com
...
GET /images/nav_logo.png HTTP/1.1
Host: www.google.com
Connection: close
Pragma
headerGET /search?q=test HTTP/1.1
Host: www.google.com
HTTP/1.1 200 OK
Host: google.com
Date: Wed, 12 Apr 2011 02:01:52 GMT
Last-Modified: Wed, 13 Apr 2011 03:00:51 GMT
ETag: f9edd12ec24f90a6efbcab7be46e3202
Expires: Fri, 13 May 2011 03:00:51 GMT
Cache-Control: public, max-age=2592000
...
GET /search?q=test HTTP/1.1
Host: www.google.com
If-Modified-Since: Wed, 13 Apr 2011 03:00:51 GMT
If-None-Match: f9edd12ec24f90a6efbcab7be46e3202
HTTP/1.1 304 Not Modified
Host: google.com
...
GET /search?q=test HTTP/1.1
Host: www.google.com
User-Agent: Mozilla/5.0 (iPad; U; CPU OS 3_2_1 ...
GET /search?q=test HTTP/1.1
Host: www.google.com
HTTP/1.1 401 Unauthorized
Host: google.com
WWW-Authenticate: Basic realm="Secure Area"
...
GET /search?q=test HTTP/1.1
Host: www.google.com
Authorization: Basic YmlnYmFkd29sZjpsZXRtZWlu
HTTP/1.1 403 Forbidden
Host: google.com
...