Skip to content

mehditeymorian/HttpClient

Repository files navigation

HttpClient

Simple Http Client written for Internet Engineering Lecture.

What's going on?

http request have a standard structure. By using sockets you can send request to server. known port for http request is 80.

Http Request Structure

I explain what HTTP is and how it works. Also I explain details of the implementation.