https://github.com/youpong/http-client
A simple HTTP 1.1 command line web client implemented in Java.
https://github.com/youpong/http-client
java web-client
Last synced: about 1 year ago
JSON representation
A simple HTTP 1.1 command line web client implemented in Java.
- Host: GitHub
- URL: https://github.com/youpong/http-client
- Owner: youpong
- License: mit
- Created: 2020-09-12T16:34:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T06:37:15.000Z (over 5 years ago)
- Last Synced: 2025-02-16T14:55:01.766Z (over 1 year ago)
- Topics: java, web-client
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
$ java -jar http-client.jar [-n TIMES] URL [DEST]
```
options:
- `-n TIMES` : request TIMES times for stress test.
## BUILD
Run the following command:
```bash
$ mvn package
```
This will create a "target" folder containing the application jar file:
http-client.jar.