Skip to content
John Fereira edited this page Mar 25, 2022 · 3 revisions
  • Java11Http

Examples of java 11 native http cliens

Setup/Configuration

none

Building

Use maven to compile the code

mvn compile

Running

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

Dependencies

  • java11
Clone this wiki locally