Introduction - If you have any usage issues, please Google them yourself
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