-
Notifications
You must be signed in to change notification settings - Fork 0
Java11Http
John Fereira edited this page Apr 7, 2022
·
3 revisions
Examples of java 11 native http clients
Contents link
-
src/main
source code -
pom.xml
maven build file -
scripts
shell scripts for testing
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