-
Notifications
You must be signed in to change notification settings - Fork 0
Java11Http
John Fereira edited this page Mar 25, 2022
·
3 revisions
- Java11Http
Examples of java 11 native http cliens
none
Use maven to compile the code
mvn compile
cd scripts
There are several scripts whch can be invoked test different types of Http Cllients
sh HttpClientAsynchronous.sh
sh HttpClientAuthentication.sh
sh HttpClientCustomExecutor.sh
sh HttpClientExample.sh
sh HttpClientPostForm.sh
sh HttpClientPostJSON.sh
sh HttpClientSynchronous.sh
- java11