Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 589 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 589 Bytes

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.