Skip to content

A simple HTTP 1.1 command line web client implemented in Java.

License

Notifications You must be signed in to change notification settings

youpong/http-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line web client

A simple HTTP 1.1 command line web client implemented in Java.

This software is released under MIT license.

Run

The web client runs on any OS with Java (JRE)1.8+ installed.

run the following command:

$ java -jar http-client.jar [-n TIMES] URL [DEST]

options:

  • -n TIMES : request TIMES times for stress test.

BUILD

Run the following command:

$ mvn package

This will create a "target" folder containing the application jar file: http-client.jar.

About

A simple HTTP 1.1 command line web client implemented in Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages