Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 298 Bytes

File metadata and controls

7 lines (4 loc) · 298 Bytes

HTTP Client Socket

This repository contains a Java-based HTTP client that allows you to send and receive HTTP messages using sockets. The client supports Transfer-Encoding "chunked" without relying on external libraries.

Usage

Go to the folder dist/ for more information about how to run.