This Program is implmented in Python.
using sockets to implement a simple web client that communicates with a web server using a restricted subset of HTTP under TCP connection. Your web server should accept incoming connection requests from multiple clients then determines the method of the Request ( GET or POST ) and get the filename from the request.