Simple Http Client written for Internet Engineering Lecture.
http request have a standard structure. By using sockets you can send request to server. known port for http request is 80.
I explain what HTTP is and how it works. Also I explain details of the implementation.