URI = scheme ":"
hier-part [ "?" query ] [ "#" fragment ]
hier-part = "//" authority path-abempty...
foo://example.com:8042/over/there?name=ferret#nose
\_/ \______________/\_________/ \_________/ \__/
| | | | |
scheme authority path query fragment
| _____________________|__
/ \ / \
urn:example:animal:ferret:nose
S: 220 smtp.example.com ESMTP Postfix(thanks Wikipedia)
C: HELO relay.example.org
S: 250 Hello relay.example.org, I am glad to meet you
C: MAIL FROM:<bob@example.org>
S: 250 Ok
C: RCPT TO:<alice@example.com>
S: 250 Ok
C: DATA
S: 354 End data with <CR><LF>.<CR><LF>
C: From: "Bob Example" <bob@example.org>
C: To: Alice Example <alice@example.com>
C: Cc: theboss@example.com
C: Date: Tue, 15 Jan 2008 16:02:43 -0500
C: Subject: Test message
C:
C: Hello Alice.
C: This is a test message with 5 headers and 4 lines in the body.
C: Your friend,
C: Bob
C: .
C: QUIT
S: 221 Bye
GET /2007/OWL/wiki/index.php?title=User_talk:BijanParsia&action=edit HTTP/1.1
Host: www.w3.org
User-Agent: Mozilla/5.0 ...
Accept: text/xml,application/xml,...,text/html;q=0.9,...
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.w3.org/2007/OWL/wiki/User_talk:BijanParsia
...
POST /2007/OWL/wiki/index.php?title=User_talk:BijanParsia&action=submit HTTP/1.1
Host: www.w3.org
User-Agent: Mozilla/5.0...
Accept: text/xml,application/xml,...text/html;q=0.9,...
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
...
HTTP/1.x 200 OK
Date: Mon, 25 Feb 2008 01:03:52 GMT
Server: Apache/2.2.3 (Debian) mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch7
X-Powered-By: PHP/5.2.0-8+etch7
Content-Language: en
Vary: Accept-Encoding,Cookie
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: private, must-revalidate, max-age=0
Content-Encoding: gzip
Content-Length: 5032
Content-Type: text/html; charset=utf-8
P3P: policyref="http://www.w3.org/2001/05/P3P/p3p.xml"
Keep-Alive: timeout=2, max=100
Connection: Keep-Alive...
src
attribute of an img tag (and many other cases)| CRUD | HTTP | SQL |
| Create | POST | INSERT |
| Read | GET | SELECT |
| Update | PUT | UPDATE |
| Delete | DELETE | DELETE |

div, span, class, and id