Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 613 Bytes

README.md

File metadata and controls

46 lines (38 loc) · 613 Bytes

http-chunk-tests

a python http chunk server, a java http client, and a python http client to test http-chunks.

Run server

cd python-server
python main.py

Output:

Starting server, use <Ctrl-C> to stop

Run java client

cd java-apache-hc-client
mvn package
java -jar target/chunkedclient-1.0-SNAPSHOT-jar-with-dependencies.jar

Output:

 10
 100
 1000
 8186
 1814
 -1

Run python client

cd python-client
python main.py

Output:

 10
 100
 1000
 10000