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