To revise, in HTTP 0.9 the GET operation was used to obtain HTML "pages" from a server, eg:
GET /Index.html
<HTML>
<HEAD>
<TITLE>La Trobe University</TITLE>
</HEAD>
<BODY>
<h2>La Trobe University</H2>
..........etc
HTTP 0.9 actually defined a few other operations. However, since
HTTP 1.0 (RFC 1945)
and HTTP 1.1 are now commonly used, we shall defer discussion of
them.
[Previous Lecture] [Lecture Index] [Next Lecture]