/HTTP-Client-Socket

Java-based HTTP client which is able to send/receive HTTP messages using sockets and supports Transfer-Encoding "chunked" without relying on external libraries.

Primary LanguageJava

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.