Copyright © 2001 Qusay H. Mahmoud
25
HTTP
l
It is an application-level protocol
l
Supports several requests (e.g. GET, POST,
HEAD)
l
Examples of GET:
–
GET
http://host.domain/doc.html
HTTP/1.0
–
GET /doc.html HTTP/1.0
l
l
Programming example: httpd.java