Description: The purpose of this exercise is to build a simple Web client and a simple Web server—a server that responds only to the HTTP GET and PUT commands.
There are five steps for us to implement such a experiment:
1.Practice Manual HTTP Transactions
2.Build a simple HTTP/1.0 Client with a Command Line Interface
3.Build a simple HTTP/1.0 Server
4.Modify simple Web Server to accpt multiple,Concurrent Connections
5.Describe the differences between HTTP/1.0 and HTTP/1.1
To Search:
File list (Check if you may need any files):
code
....\Client.class
....\Client.java
....\HeaderFromServer.java
....\Server.class
....\Server.java
....\ThreadedServer$ServerThread.class
....\ThreadedServer.class
....\ThreadedServer.java