Skip to content

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

License

Notifications You must be signed in to change notification settings

LeiYangGH/http-chunk-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published