mehditeymorian / HttpClient

Http Client Sample code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Http Client Sample code


Languages

Language:Java 100.0%