HTTP/1.0 
HTTP/1.0
- 
The HTTP/1.0 protocol was developed from 1992 to 1996 in order to satisfy
the need to exchange more than simple text information. 
 
- 
The first major change from the HTTP/0.9 specification was the use of MIME-like
headers in request and response messages. 
 
- 
The next HTTP change was the definition of new request methods: HEAD and
POST. 
 
- 
Let's look at both of these changes in greater depth. 
 
 
 Problems
With the GET Method
 Table of Contents
 Request Headers 
 |